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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c563 IAppHostProperty *cfile_prop = NULL; local
604 hresult = IAppHostPropertyCollection_get_Item(properties, b, &cfile_prop);
605 if (FAILED(hresult) || &cfile_prop == NULL) {
609 hresult = IAppHostProperty_put_Value(cfile_prop, bv);
617 if (cfile_prop != NULL) {
618 IAppHostPropertyCollection_Release(cfile_prop);

Completed in 37 milliseconds