RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMQuit Record
Pascal
TWMQuit = packed record
  Msg: Cardinal;
  ExitCode: Longint;
  Unused: Longint;
  Result: Longint;
end;
C++
struct TWMQuit {
  unsigned Msg;
  Longint ExitCode;
  Longint Unused;
  Longint Result;
};

Messages

This is record Messages.TWMQuit.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!