Searched refs:app_count (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c1279 DWORD app_count = 0; local
1282 SUCCEEDED(IAppHostElementCollection_get_Count(site_element_collection, &app_count))) {
1283 for (j = 0; j < app_count; j++) {

Completed in 44 milliseconds