Searched defs:AM_IIS_APPHOST (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | admin_iis.c | 32 #define AM_IIS_APPHOST L"MACHINE/WEBROOT/APPHOST" macro 155 BSTR bstr_config_path = SysAllocString(AM_IIS_APPHOST); 386 hresult = IAppHostConfigManager_GetConfigFile(cmgr, AM_IIS_APPHOST, &cfile); 460 hresult = IAppHostWritableAdminManager_GetAdminSection(manager, AM_IIS_GLOBAL, AM_IIS_APPHOST, &parent); 748 hresult = IAppHostWritableAdminManager_put_CommitPath(admin_manager, AM_IIS_APPHOST); 805 hresult = IAppHostWritableAdminManager_put_CommitPath(admin_manager, AM_IIS_APPHOST); 811 if (!remove_from_modules(admin_manager, AM_IIS_APPHOST, AM_IIS_GLOBAL, FALSE)) { 839 BSTR bstr_config_path = SysAllocString(AM_IIS_APPHOST); 1257 AM_IIS_SITES, AM_IIS_APPHOST, &root);
|
Completed in 25 milliseconds