DdeGetData (USER32.@)
DWORD DdeGetData ( HDDEDATA hData, LPBYTE pDst, DWORD cbMax, DWORD cbOff )
DdeGetData [USER32.@] Copies data from DDE object to local buffer.
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. |
Size of memory object associated with handle
Declared in "include/ddeml.h". gitlab.winehq.org/wine/wine/blob/master/include/ddeml.h
Implemented in "dlls/user32/dde_misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/dde_misc.c
Debug channel "ddeml".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.