DdeInitializeW (USER32.@)
UINT DdeInitializeW ( LPDWORD pidInst, PFNCALLBACK pfnCallback, DWORD afCmd, DWORD ulRes )
Registers an application with the DDEML.
pidInst | [In] | Pointer to instance identifier. |
pfnCallback | [In] | Pointer to callback function. |
afCmd | [In] | Set of command and filter flags. |
ulRes | [In] | Reserved. |
Success: DMLERR_NO_ERROR
Failure: DMLERR_DLL_USAGE, DMLERR_INVALIDPARAMETER, DMLERR_SYS_ERROR
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.