AcString::AcString   

ACBASE_PORT AcString(
    const AcRxResourceInstance& hDll, 
    unsigned int nId
);
Parameters
Parameters 
Description 
const AcRxResourceInstance& hDll 
Input Windows handle to a loaded resource DLL 
unsigned int nId 
Input int ID of the resource string to load 
Description

Loads a resource string from the specified DLL handle.

Links