WCHAR *__fastcall ResFwFindMessage(UINT64 MessageId){
PMESSAGE_RESOURCE_ENTRY v2;
v2 = 0i64;
if( qword_140C133C8
&& *(_QWORD *)qword_140C133C8
&& RtlFindMessage(*(PVOID *)qword_140C133C8, 0xBui64, 0i64, (unsigned int)MessageId, (INT64)&v2) >= 0
&& (v2->Flags & 1) != 0 )
{
return(WCHAR *)v2->Text;
}
else
{
return 0i64;
}
}