Searched defs:site_element_collection (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c1278 IAppHostElementCollection *site_element_collection = NULL; local
1280 hresult = IAppHostElement_get_Collection(site, &site_element_collection);
1281 if (SUCCEEDED(hresult) && site_element_collection != NULL &&
1282 SUCCEEDED(IAppHostElementCollection_get_Count(site_element_collection, &app_count))) {
1288 hresult = IAppHostElementCollection_get_Item(site_element_collection, app_index, &app_element);
1314 if (site_element_collection != NULL) {
1315 IAppHostElementCollection_Release(site_element_collection);

Completed in 36 milliseconds