CSCQueryDatabaseStatus function
[This function is not supported and should not be used.]
Retrieves the status of the Offline Files cache.
Syntax
BOOL WINAPI CSCQueryDatabaseStatus( ULONG *pulStatus, ULONG *pulErrors );
Parameters
- pulStatus
-
The status. This parameter can be one of the following values.
- pulErrors
-
This parameter is a nonzero value if there is an internal database error or 0 otherwise.
Return value
This function returns TRUE if it succeeds; otherwise, it returns FALSE.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
|
DLL |
|
|---|
See also
Show: