Scroll to navigation

SHCreateDirectoryExW(3w) Wine API SHCreateDirectoryExW(3w)

NAME

SHCreateDirectoryExW (SHELL32.@)

SYNOPSIS

int SHCreateDirectoryExW
(
HWND hWnd,
LPCWSTR path,
LPSECURITY_ATTRIBUTES sec
)
 

DESCRIPTION

See SHCreateDirectoryExA(3w).
 

IMPLEMENTATION

Declared in "shlobj.h".
Implemented in "dlls/shell32/shlfileop.c".
Debug channel "shell".
Oct 2012 Wine API