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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c152 IAppHostElementCollection *hec = NULL; local
179 hresult = IAppHostElement_get_Collection(he, &hec);
183 hresult = IAppHostElementCollection_get_Count(hec, &num);
194 hresult = IAppHostElementCollection_get_Item(hec, index, &ce);
219 if (hec != NULL) {
220 IAppHostElementCollection_Release(hec);
836 IAppHostElementCollection *hec = NULL; local
861 hresult = IAppHostElement_get_Collection(he, &hec);
865 hresult = IAppHostElementCollection_get_Count(hec, &num);
874 hresult = IAppHostElementCollection_get_Item(hec, inde
[all...]

Completed in 44 milliseconds