OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWLP_MSGRESULT
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/Control/
Window2.h
45
LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(
DWLP_MSGRESULT
, newLongPtr); }
46
LONG_PTR GetMsgResult() const { return GetLongPtr(
DWLP_MSGRESULT
); }
Dialog.h
113
{ return SetLongPtr(
DWLP_MSGRESULT
, newLongPtr); }
115
{ return GetLongPtr(
DWLP_MSGRESULT
); }
/external/lzma/CPP/Windows/
Window.h
50
#define
DWLP_MSGRESULT
DWL_MSGRESULT
Completed in 63 milliseconds