function LoadResStringA(ResStringRec: PResStringRec): ansistring;

This function is identical to LoadResStringW, except that the string is returned using ansistring. There should be no need for this function - it only exists because this is exactly the function that is used when the resourcestring keyword is used in Delphi.