DdeInitializeW(3w)
NAME
DdeInitializeW (USER32.@)
SYNOPSIS
UINT DdeInitializeW ( LPDWORD pidInst, PFNCALLBACK pfnCallback, DWORD afCmd, DWORD ulRes )
DESCRIPTION
Registers an application with the DDEML.
PARAMS
pidInst [In] Pointer to instance identifier.
pfnCallback [In] Pointer to callback function.
afCmd [In] Set of command and filter flags.
ulRes [In] Reserved.
RETURNS
Success: DMLERR_NO_ERROR
Failure: DMLERR_DLL_USAGE, DMLERR_INVALIDPARAMETER, DMLERR_SYS_ERROR
IMPLEMENTATION
Defined in "ddeml.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/dde_misc.c".
- Debug channel "ddeml".