DdeGetData.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DdeGetData (USER32.@)

SYNOPSIS

DWORD DdeGetData
 (
  HDDEDATA hData,
  LPBYTE   pDst,
  DWORD    cbMax,
  DWORD    cbOff
 )

DESCRIPTION

DdeGetData [USER32.@] Copies data from DDE object to local buffer.

PARAMS

hData [In] Handle to DDE object.

pDst [In] Pointer to destination buffer.

cbMax [In] Amount of data to copy.

cbOff [In] Offset to beginning of data.

RETURNS

Size of memory object associated with handle

IMPLEMENTATION

Defined in "ddeml.h".

Implemented in "dlls/user32/dde_misc.c".

Debug channel "ddeml".