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

This is record Messages.TWMQueryEndSession.

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