 |
CeDeleteFile ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function deletes an existing file from the object store. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeDeleteFile(
LPCWSTR lpFileName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeDeleteFile IN rapi;
STRING lpFileName
|
 |
 |
 |
| Parameters: |
 |
lpFileName
[in] Long pointer to a null-terminated string that specifies the file to be deleted. |
 |
 |
| Return value: |
 |
| Nonzero indicates success. |
 |
 |
| My comment: |
 |
| See also CeMoveFile and CeCopyFile functions. |
 |
 |
| Word Index links for the CeDeleteFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-11 22:53:05 | | Modified: | 2004-08-21 15:49:22 | Visited in last 7 days: 23 |