Home
last modified time | relevance | path

Searched refs:SetLongPtr (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle()
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() function
196 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() function
212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr()
/external/lzma/CPP/Windows/Control/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
DListView.cpp127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
DDialog.h112 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()