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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c633 static BOOL remove_from_modules(IAppHostWritableAdminManager* manager, BSTR config_path, BSTR section, BOOL test_only) { function
811 if (!remove_from_modules(admin_manager, AM_IIS_APPHOST, AM_IIS_GLOBAL, FALSE)) {
1033 if (!remove_from_modules(admin_manager, config_path_w, AM_IIS_MODULES, FALSE)) {
1200 global = remove_from_modules(admin_manager, config_path_w, AM_IIS_GLOBAL, TRUE);
1201 local = remove_from_modules(admin_manager, config_path_w, AM_IIS_MODULES, TRUE);

Completed in 25 milliseconds