Home
last modified time | relevance | path

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

/reactos/dll/win32/atl/
H A Dregistrar.c715 static const WCHAR registryW[] = {'R','E','G','I','S','T','R','Y',0}; in AtlUpdateRegistryFromResourceD() local
739 hres = IRegistrar_ResourceRegisterSz(registrar, module_name, res, registryW); in AtlUpdateRegistryFromResourceD()
741 hres = IRegistrar_ResourceUnregisterSz(registrar, module_name, res, registryW); in AtlUpdateRegistryFromResourceD()
/reactos/modules/rostests/winetests/ntdll/
H A Dom.c462 …static const WCHAR registryW[] = {'\\','R','E','G','I','S','T','R','Y','\\','M','a','c','h','i','n… in test_name_limits() local
474 str.Buffer = HeapAlloc( GetProcessHeap(), 0, 65536 + sizeof(registryW)); in test_name_limits()
762 memcpy( str.Buffer, registryW, sizeof(registryW) ); in test_name_limits()
763 … for (i = 0; i < 65536 / sizeof(WCHAR); i++) str.Buffer[i + sizeof(registryW)/sizeof(WCHAR)] = 'a'; in test_name_limits()
772 str.Length = sizeof(registryW) + 250 * sizeof(WCHAR) + 1; in test_name_limits()
783 str.Length = sizeof(registryW) + 256 * sizeof(WCHAR); in test_name_limits()
800 str.Length = sizeof(registryW) + 256 * sizeof(WCHAR); in test_name_limits()
823 str.Length = sizeof(registryW) + 256 * sizeof(WCHAR) + 1; in test_name_limits()