Searched refs:regszW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/wshom/ |
H A D | wshom.c | 376 static const WCHAR regszW[] = {'r','e','g','s','z',0}; in test_registry() local 447 lstrcatW(pathW, regszW); in test_registry() 566 lstrcatW(pathW, regszW); in test_registry() 599 V_BSTR(&value) = SysAllocString(regszW); in test_registry()
|
/reactos/dll/win32/wshom.ocx/ |
H A D | shell.c | 1641 static const WCHAR regszW[] = {'R','E','G','_','S','Z',0}; in WshShell3_RegWrite() local 1669 if (!wcscmp(V_BSTR(type), regszW)) in WshShell3_RegWrite()
|