.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ShellDDEInit 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBShellDDEInit\fR (SHELL32.@) .SH SYNOPSIS void ShellDDEInit ( BOOL \fIbInit\fR ) .SH DESCRIPTION .PP Registers the Shell \fBDDE\fR services with the system so that applications can use them. .SH PARAMS \fIbInit\fR \fB[In]\fR \fBTRUE\fR to initialize the services, \fBFALSE\fR to uninitialize. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shell32/dde.c"\fR. .PP Debug channel \fB"shell"\fR.