Searched refs:pProperty (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/iis/
H A Dagent.c238 IAppHostProperty *pProperty = NULL; local
248 hr = pElement->GetPropertyByName(pszPropertyName, &pProperty);
250 if (pProperty == NULL) {
256 hr = pProperty->get_Value(&vPropertyValue);
260 hr = pProperty->get_Exception(pException);
272 if (pProperty != NULL) {
273 pProperty->Release();
274 pProperty = NULL;
282 IAppHostProperty *pProperty = NULL; local
296 hr = pElement->GetPropertyByName(pszPropertyName, &pProperty);
[all...]

Completed in 29 milliseconds