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 112 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
  /external/lzma/CPP/Windows/
Window.h 175 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
187 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); }
195 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr)
211 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); }

Completed in 34 milliseconds