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

Messages

This is record Messages.TWMEndSession.

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