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

This is record Messages.TWMGetMinMaxInfo.

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