Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with files and folders on mobile device
BOOL CeCreateDirectory(
LPCWSTR lpPathName,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
);
DECLARE INTEGER CeCreateDirectory IN rapi;
STRING lpPathName,;
INTEGER lpSecurityAttributes
lpPathName [in] Long pointer to a null-terminated string that specifies the path of the directory to be created.
lpSecurityAttributes [in] Ignored; set to NULL.
Nonzero indicates success.
See also: CeRemoveDirectory function.