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

Messages

This is record Messages.TWMDDE_Initiate.

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