Winapi.Messages.TWMDrawItem
Delphi
TWMDrawItem = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
Ctl: HWND;
DrawItemStruct: PDrawItemStruct;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TWMDrawItem
{
public:
unsigned Msg;
HWND Ctl;
tagDRAWITEMSTRUCT *DrawItemStruct;
NativeInt Result;
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | Winapi.Messages.pas Winapi.Messages.hpp |
Winapi.Messages | Winapi.Messages |
説明
WM_DRAWITEM のための Windows メッセージ レコード。
WM_DRAWITEM メッセージについての詳細については、次の Windows Dev Center のドキュメントを参照してください。
http://msdn.microsoft.com/library/en-us/windows/desktop/bb775923.aspx