HomeSort by relevance Sort by last modified time
    Searched refs:SetLongPtr (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Windows/Control/
Window2.h 45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
ListView.cpp 127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc);
Dialog.h 113 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
  /external/lzma/CPP/Windows/
Window.h 176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); }
196 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr)
212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); }

Completed in 144 milliseconds