C++
AcString( const AcRxResourceInstance& hDll, Adesk::UInt32 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
Previous Declaration
AutoCAD 2017 through AutoCAD 2024
ACBASE_PORT AcString(const AcRxResourceInstance& hDll, unsigned int nId);
AutoCAD 2016 and earlier
AcString::AcString@HINSTANCE@unsigned
History
AutoCAD 2025
nId argument changed from unsigned int to Adesk::UInt32.
AutoCAD 2017
Signature changed.