RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMWindowPosMsg Record
Pascal
TWMWindowPosMsg = packed record
  Msg: Cardinal;
  Unused: Integer;
  WindowPos: PWindowPos;
  Result: Longint;
end;
C++
struct TWMWindowPosMsg {
  unsigned Msg;
  int Unused;
  PWindowPos WindowPos;
  Longint Result;
};

This is record Messages.TWMWindowPosMsg.

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