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

This is record Messages.TWMNCCreate.

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