读取string table 的字符串

 
关于CStringT::LoadString
BOOL CStringT::LoadString(HINSTANCE hInstance,UINT nID, 
        WORD wLanguageID);
BOOL CStringT::LoadString(HINSTANCE hInstance,UINT nID);
BOOL CStringT::LoadString(UINT nID);
Reads a Windows string resource, identified by nID, into an existing CStringT object. Loads the string resource (nID) from the specified module (hInstance) using the specified language (wLanguage).
Parameters
hInstance
A handle to the instance of the module.
nID
A Windows string resource ID.
wLanguageID
The language of the string resource. 

你可能感兴趣的:(windows,String,Module,table,Parameters)