in src/VSIXBootstrapper.Shared/RegistryKey.h [10:19]
static LSTATUS __cdecl RegistryKeyOpen(
_In_ HKEY hKey,
_In_opt_ LPCWSTR lpSubKey,
_In_opt_ DWORD ulOptions,
_In_ REGSAM samDesired,
_Out_ PHKEY phkResult
)
{
return ::RegOpenKeyExW(hKey, lpSubKey, ulOptions, samDesired, phkResult);
}