Winapi.Messages.TWMSysDeadChar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TWMSysDeadChar = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    CharCode: Word;
    CharCodeFiller: TWordFiller;
    KeyData: Longint;
    KeyDataFiller: TDWordFiller;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMSysDeadChar
{
public:
    unsigned Msg;
    System::Word CharCode;
    TWordFiller CharCodeFiller;
    int KeyData;
    NativeInt Result;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

Beschreibung

Windows-Botschafts-Record für WM_SYSDEADCHAR.

Weitere Informationen zur Meldung WM_SYSDEADCHAR finden Sie in der Dokumentation von Windows Dev Center.

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