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

This is record Messages.TWMDDE_Request.

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