I know how to retrieve strings from a string table using MFC. I am currently creating a COM dll that I would like to use the string table. Is there an ATL function equivalent to CString::LoadString, I can not find it anywhere? Or is there a WIN32 API call that can retrieve this data?

Thanks,

Wayne