Searched refs:hClassName (Results 1 – 2 of 2) sorted by relevance
87 HSTRING hClassName;92 hr = ::WindowsCreateString(wClassName, (UINT32)wcslen(wClassName), &hClassName);97 hr = Windows::Foundation::GetActivationFactory(hClassName, &pActivationFactory);108 if (hClassName) {109 ::WindowsDeleteString(hClassName);
785 HSTRING hClassName; in WINRT_CreateDisplayRequest() local791 hr = ::WindowsCreateString(wClassName, (UINT32)wcslen(wClassName), &hClassName); in WINRT_CreateDisplayRequest()796 hr = Windows::Foundation::GetActivationFactory(hClassName, &pActivationFactory); in WINRT_CreateDisplayRequest()818 if (hClassName) { in WINRT_CreateDisplayRequest()819 ::WindowsDeleteString(hClassName); in WINRT_CreateDisplayRequest()
Completed in 6 milliseconds