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

Messages

This is record Messages.TWMDDE_Terminate.

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