Winapi.Messages.TWMDisplayChange

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

Delphi

  TWMDisplayChange = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    BitsPerPixel: WPARAM;
    Width: Word;
    Height: Word;
    WidthHeightFiller: TDWordFiller;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMDisplayChange
{
public:
    unsigned Msg;
    NativeUInt BitsPerPixel;
    System::Word Width;
    System::Word Height;
    NativeInt Result;
};

プロパティ

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

説明

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

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

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