Winapi.Messages.TWMPaletteIsChanging

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

Delphi

TWMPaletteIsChanging = record

C++

struct DECLSPEC_DRECORD TWMPaletteIsChanging
{
public:
    unsigned Msg;
    HWND Realize;
    NativeInt Unused;
    NativeInt Result;
};

プロパティ

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

説明

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

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

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