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

This is record Messages.TWMCompacting.

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