Searched refs:uiLength (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/version/ |
H A D | info.c | 209 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 D | provider.c | 1530 UINT uiLength; in fill_file_description() local 1556 VerQueryValueW(pVersionInfo, szSlashSep, (void **)&pFileInfo, &uiLength)) in fill_file_description()
|