Searched defs:property_value (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | admin_iis.c | 289 BSTR property_key, BSTR property_value, short* index) { 319 if (wcscmp(property_value, var_value.bstrVal) == 0) { 337 BSTR property_key, BSTR property_value, 341 if (!get_from_collection_idx(collection, property_key, property_value, &idx)) { 288 get_from_collection_idx(IAppHostElementCollection* collection, BSTR property_key, BSTR property_value, short* index) argument 336 get_from_collection(IAppHostElementCollection* collection, BSTR property_key, BSTR property_value, IAppHostElement** element) argument
|
Completed in 29 milliseconds