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

Messages

This is record Messages.TWMPower.

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