Searched defs:SetLongPtr (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DWindow.h176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } function in class:NWindows::CWindow
196 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) function in class:NWindows::CWindow
212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); }

Completed in 93 milliseconds