Purpose
This API indicates whether the next invocation of the cwbUN_GetAdminValue API will be long running. The cwbUN_GetAdminValue API caches data on the PC. If the cache is not current, cwbUN_GetAdminValue may present a sign-on prompt, or perform other processing, in order to update its cache.
Syntax
CWBAPI unsigned int WINAPI cwbUN_GetAdminCacheState( const char * szSystemName, cwbUN_State& adminState);
Parameters
One of three values will be returned:
Return Codes
The following list shows common return values:
Usage
This API can be used by users of cwbUN_GetAdminValue to determine if the next invocation of cwbUN_GetAdminValue will be long running.