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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c101 static char *get_property_value_byname(IAppHostElement* ahe, VARIANT* value, BSTR* name, VARTYPE type) { function
107 fwprintf(stderr, L"get_property_value_byname(%s) failed. Property not found.\n", *name);
112 fwprintf(stderr, L"get_property_value_byname(%s) failed. Value not set.\n", *name);
119 fwprintf(stderr, L"get_property_value_byname(%s) failed. Property type %d differs from type expected %d.",
196 name = get_property_value_byname(ce, &value, &bstr_name, VT_BSTR);
197 id = get_property_value_byname(ce, &value, &bstr_id, VT_UI4);
876 name = get_property_value_byname(ce, &value, &bstr_name, VT_BSTR);
877 id = get_property_value_byname(ce, &value, &bstr_id, VT_UI4);
1276 char *id = get_property_value_byname(site, &id_value, &bstr_id, VT_UI4);
1295 char *path_str = get_property_value_byname(app_elemen
[all...]

Completed in 31 milliseconds