表示: Delphi C++
表示設定

Winapi.Messages.TWMSystemError

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

  TWMSystemError = record
    Msg: Cardinal;
    ErrSpec: Word;
    Unused: Longint;
    Result: Longint;
  end;

C++

struct DECLSPEC_DRECORD TWMSystemError{
public:
unsigned Msg;
System::Word ErrSpec;
int Unused;
int Result;
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。

以前のバージョン
他の言語