AcString::AcString

C++

ACBASE_PORT AcString(
    const AcRxResourceInstance& hDll, 
    unsigned int nId
);

Description

Loads a resource string from the specified DLL handle.

Parameters

Parameters Description
hDll Input AxResourceInstance object from which to load the string
nId Input ID (integer) of the string resource in the specified resource DLL

Links

AcString

Previous Declaration

AcString::AcString@HINSTANCE@unsigned