.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DdeInitializeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDdeInitializeW\fR (USER32.@) .SH SYNOPSIS UINT DdeInitializeW ( LPDWORD \fIpidInst\fR, PFNCALLBACK \fIpfnCallback\fR, DWORD \fIafCmd\fR, DWORD \fIulRes\fR ) .SH DESCRIPTION .PP Registers an application with the \fBDDEML\fR. .SH PARAMS \fIpidInst\fR \fB[In]\fR Pointer to instance identifier. .PP \fIpfnCallback\fR \fB[In]\fR Pointer to callback function. .PP \fIafCmd\fR \fB[In]\fR Set of command and filter flags. .PP \fIulRes\fR \fB[In]\fR Reserved. .PP .SH RETURNS .PP \fBSuccess:\fR \fBDMLERR_NO_ERROR\fR .PP \fBFailure:\fR \fBDMLERR_DLL_USAGE\fR, \fBDMLERR_INVALIDPARAMETER\fR, \fBDMLERR_SYS_ERROR\fR .SH IMPLEMENTATION .PP Declared in \fB"ddeml.h"\fR. .PP Implemented in \fB"dlls/user32/dde_misc.c"\fR. .PP Debug channel \fB"ddeml"\fR.