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

/forgerock/web-agents-v4/source/iis/
H A Dagent.c280 IAppHostPropertyException** pException, WCHAR ** ppszValue) {
289 pException == NULL || ppszValue == NULL) {
294 *ppszValue = NULL;
316 *ppszValue = new WCHAR[dwLength + 1];
317 if (*ppszValue == NULL) {
322 wcsncpy(*ppszValue, vPropertyValue.bstrVal, dwLength);
323 (*ppszValue)[dwLength] = L'\0';
279 GetStringPropertyValue(IAppHostElement* pElement, WCHAR* pszPropertyName, IAppHostPropertyException** pException, WCHAR ** ppszValue) argument

Completed in 25 milliseconds