Winapi.Messages.TWMSetCursor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TWMSetCursor = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    CursorWnd: HWND;
    HitTest: SmallInt;
    MouseMsg: Word;
    HitTestMouseMsgFiller: TDWordFiller;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMSetCursor
{
public:
    unsigned Msg;
    HWND CursorWnd;
    short HitTest;
    System::Word MouseMsg;
    NativeInt Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

WM_SETCURSOR のための Windows メッセージ レコード。

WM_SETCURSOR メッセージについての詳細については、次の Windows Dev Center のドキュメントを参照してください。

http://msdn.microsoft.com/library/en-us/windows/desktop/ms648382.aspx