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

Messages

This is record Messages.TWMInitMenu.

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