RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMNoParams Record
Pascal
TWMNoParams = packed record
  Msg: Cardinal;
  Unused: array[0..3] of Word;
  Result: Longint;
end;
C++
struct TWMNoParams {
  unsigned Msg;
  array[0..3] of Word Unused;
  Longint Result;
};

This is record Messages.TWMNoParams.

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