.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH Win32CreateDirectoryAW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWin32CreateDirectoryAW\fR (SHELL32.93) .SH SYNOPSIS static DWORD Win32CreateDirectoryAW ( LPCSTR \fIpath\fR, LPSECURITY_ATTRIBUTES \fIsec\fR ) .SH DESCRIPTION .PP Creates a directory. Also triggers a change notify if one exists. .SH PARAMS \fIpath\fR \fB[In]\fR \fIpath\fR to directory to create. .PP .SH RETURNS .PP \fBTRUE\fR if successful, \fBFALSE\fR otherwise. .SH NOTES .PP Verified on Win98 / \fBIE\fR \fB5\fR (\fBSHELL32\fR \fB4.72\fR, March \fB1999\fR build) to be \fBANSI\fR. This is Unicode on NT/2000 .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shell32/shlfileop.c"\fR. .PP Debug channel \fB"shell"\fR.