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

Messages

This is record Messages.TWMDDE_Unadvise.

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