 |
CeEnumDBVolumes ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function enumerates all mounted database volumes and returns the name for each. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeEnumDBVolumes(
PCEGUID pceguid,
LPWSTR lpBuf,
DWORD dwNumChars
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeEnumDBVolumes IN rapi;
STRING @ pceguid,;
STRING @ lpBuf,;
INTEGER dwNumChars
|
 |
 |
 |
| Parameters: |
 |
pceguid
[in] To begin enumeration, set this parameter to the value returned by CREATE_INVALIDGUID.
lpBuf
[out] Pointer to the allocated buffer that receives the database volume names.
dwNumChars
[in] Specifies the length, in characters, of the buffer. |
 |
 |
| Return value: |
 |
| TRUE indicates success. FALSE indicates failure. |
 |
 |
| Word Index links for the CeEnumDBVolumes : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-29 10:38:34 | | Modified: | 2004-06-29 10:40:13 | Visited in last 7 days: 14 |