Searched refs:FallbackSubKeyName (Results 1 – 1 of 1) sorted by relevance
696 WCHAR* FallbackSubKeyName = NULL; in EnumHKCRKey() local784 FallbackSubKeyName = RtlAllocateHeap( in EnumHKCRKey()786 if (!FallbackSubKeyName) in EnumHKCRKey()807 FallbackSubKeyName, in EnumHKCRKey()819 FallbackSubKeyName[FallbackSubkeyLen] = L'\0'; in EnumHKCRKey()824 FallbackSubKeyName, in EnumHKCRKey()837 … ERR("Got error %d while querying for %s on HKCU side.\n", ErrorCode, FallbackSubKeyName); in EnumHKCRKey()864 if (FallbackSubKeyName) in EnumHKCRKey()865 RtlFreeHeap(RtlGetProcessHeap(), 0, FallbackSubKeyName); in EnumHKCRKey()