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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c367 IAppHostSectionDefinitionCollection *swsgcol = NULL; local
404 hresult = IAppHostSectionGroup_get_Sections(swsg, &swsgcol);
405 if (FAILED(hresult) || &swsgcol == NULL) {
410 hresult = IAppHostSectionDefinitionCollection_get_Item(swsgcol, msn, &modsec);
412 hresult = IAppHostSectionDefinitionCollection_AddSection(swsgcol, module_name, &modsec);
421 hresult = IAppHostSectionDefinitionCollection_DeleteSection(swsgcol, msn);
433 if (swsgcol != NULL) {
434 IAppHostSectionGroup_Release(swsgcol);

Completed in 29 milliseconds