Home
last modified time | relevance | path

Searched refs:wszGUID (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/oleaut32/
H A Dtypelib.c90 static WCHAR wszGUID[] = {'G','U','I','D',0}; variable
449 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
482 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
483 hr = ITypeComp_BindType(pTypeComp, wszGUID, ulHash, NULL, NULL); in test_TypeComp()
486 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
492 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
498 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
506 ulHash = LHashValOfNameSys(SYS_WIN32, LOCALE_NEUTRAL, wszGUID); in test_TypeComp()
5558 lstrcpyW(buffW, wszGUID); in test_FindName()
5582 ok(!lstrcmpW(buffW, wszGUID), "got %s\n", wine_dbgstr_w(buffW)); in test_FindName()
[all …]