Home
last modified time | relevance | path

Searched refs:newLongPtr (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h179 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() argument
181 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() argument
187 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() argument
190 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() argument
195 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() argument
200 newLongPtr); } in SetLongPtr()
202 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW() argument
207 newLongPtr); } in SetLongPtrW()
211 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr() argument
/external/lzma/CPP/Windows/Control/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() argument
DDialog.h111 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() argument
112 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()