Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/version/
H A Dinfo.c209 UINT uiLength; in test_info() local
252 boolret = VerQueryValueA( pVersionInfo, NULL, (LPVOID *)&pFixedVersionInfo, &uiLength ); in test_info()
256 boolret = VerQueryValueA( pVersionInfo, "", (LPVOID *)&pFixedVersionInfo, &uiLength ); in test_info()
259 boolret = VerQueryValueA( pVersionInfo, backslash, (LPVOID *)&pFixedVersionInfo, &uiLength ); in test_info()
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c1530 UINT uiLength; in fill_file_description() local
1556 VerQueryValueW(pVersionInfo, szSlashSep, (void **)&pFileInfo, &uiLength)) in fill_file_description()