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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c1232 IAppHostElementCollection *host_element_collection = NULL; local
1261 hresult = IAppHostElement_get_Collection(root, &host_element_collection);
1265 hresult = IAppHostElementCollection_get_Count(host_element_collection, &site_count);
1274 hresult = IAppHostElementCollection_get_Item(host_element_collection, index, &site);
1324 if (host_element_collection != NULL) {
1325 IAppHostElementCollection_Release(host_element_collection);

Completed in 24 milliseconds