Winapi.Messages.TWMSetIcon

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

Delphi

  TWMSetIcon = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    BigIcon: Longbool;
    BigIconFiller: TDWordFiller;
    Icon: HICON;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMSetIcon
{
public:
    unsigned Msg;
    System::LongBool BigIcon;
    HICON Icon;
    NativeInt Result;
};

プロパティ

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

説明

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

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

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