 |
CeCreateDirectory ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function creates a new directory. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeCreateDirectory(
LPCWSTR lpPathName,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeCreateDirectory IN rapi;
STRING lpPathName,;
INTEGER lpSecurityAttributes
|
 |
 |
 |
| Parameters: |
 |
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. |
 |
 |
| Return value: |
 |
| Nonzero indicates success. |
 |
 |
| My comment: |
 |
| See also CeRemoveDirectory function. |
 |
 |
| Word Index links for the CeCreateDirectory : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-13 09:58:38 | | Modified: | 2004-08-13 10:00:56 | Visited in last 7 days: 17 |