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

This is record Messages.TWMDDE_Execute.

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