Searched refs:LRESULTToBool (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DReBar.h15 { return LRESULTToBool(SendMessage(RB_SETBARINFO, 0, (LPARAM)barInfo)); }
17 { return LRESULTToBool(SendMessage(RB_INSERTBAND, index, (LPARAM)bandInfo)); }
19 { return LRESULTToBool(SendMessage(RB_SETBANDINFO, index, (LPARAM)bandInfo)); }
23 { return LRESULTToBool(SendMessage(RB_SIZETORECT, 0, (LPARAM)rect)); }
29 { return LRESULTToBool(SendMessage(RB_DELETEBAND, index)); }
H A DToolBar.h28 return LRESULTToBool(SendMessage(TB_GETMAXSIZE, 0, (LPARAM)size));
32 bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMessage(TB_ENABLEBUTTON, buttonID, MAKELONG(BoolToBOOL(enable), 0))); }
35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); }
37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); }
H A DStatusBar.h19 { return LRESULTToBool(SendMessage(SB_SETTEXT, index | type, (LPARAM)text)); }
29 { return LRESULTToBool(SendMessage(SB_SETTEXTW, index | type, (LPARAM)text)); }
35 { return LRESULTToBool(SendMessage(SB_SETPARTS, numParts, (LPARAM)edgePostions)); }
H A DComboBox.h45 bool SetUnicodeFormat(bool fUnicode) { return LRESULTToBool(SendMessage(CBEM_SETUNICODEFORMAT, BOOLToBool(fUnicode), 0)); }
/external/lzma/CPP/Windows/
H A DDefs.h9 inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); } function

Completed in 530 milliseconds