bool LoadString( HINSTANCE hInst, UINT nID );
bool LoadString( UINT nID );
Return Value
Returns true if the string is successfully loaded. Otherwise, this function returns false.
Parameters
See LoadString in the Win32 SDK.
Remarks
Loads a string resource specified by HINSTANCE, and stores it in this object. The first function uses the hInst supplied by you. The second function uses the m_hInstResource member of CComModule.