Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/sxs/
H A Dcache.c89 const WCHAR *comctlW; in test_QueryAssemblyInfo() local
127 if (GetFileAttributesA( comctl_path1 ) != INVALID_FILE_ATTRIBUTES) comctlW = comctl1W; in test_QueryAssemblyInfo()
128 else if (GetFileAttributesA( comctl_path2 ) != INVALID_FILE_ATTRIBUTES) comctlW = comctl2W; in test_QueryAssemblyInfo()
129 else if (GetFileAttributesA( comctl_path3 ) != INVALID_FILE_ATTRIBUTES) comctlW = comctl3W; in test_QueryAssemblyInfo()
138 hr = IAssemblyCache_QueryAssemblyInfo( cache, 0, comctlW, NULL ); in test_QueryAssemblyInfo()
148 hr = IAssemblyCache_QueryAssemblyInfo( cache, 0, comctlW, &info ); in test_QueryAssemblyInfo()
159 hr = IAssemblyCache_QueryAssemblyInfo( cache, 0, comctlW, &info ); in test_QueryAssemblyInfo()
169 hr = IAssemblyCache_QueryAssemblyInfo( cache, 0, comctlW, &info ); in test_QueryAssemblyInfo()
177 hr = IAssemblyCache_QueryAssemblyInfo( cache, 1, comctlW, &info ); in test_QueryAssemblyInfo()
186 hr = IAssemblyCache_QueryAssemblyInfo( cache, 2, comctlW, &info ); in test_QueryAssemblyInfo()
[all …]
/reactos/dll/win32/oleaut32/
H A Dolepropframe.c157 static const WCHAR comctlW[] = { 'c','o','m','c','t','l','3','2','.','d','l','l',0 }; in OleCreatePropertyFrameIndirect() local
201 hcomctl = LoadLibraryW(comctlW); in OleCreatePropertyFrameIndirect()