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 "dlls/user/dde_misc.c". source.winehq.org/source/dlls/user/dde_misc.c

Debug channel "ddeml".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.