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

Messages

This is record Messages.TWMMDIRestore.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!