RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMNotifyFormat Record
Pascal
TWMNotifyFormat = packed record
  Msg: Cardinal;
  From: HWND;
  Command: Longint;
  Result: Longint;
end;
C++
struct TWMNotifyFormat {
  unsigned Msg;
  HWND From;
  Longint Command;
  Longint Result;
};

This is record Messages.TWMNotifyFormat.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!