C++
ACBASE_PORT bool loadString( const AcRxResourceInstance& hDll, unsigned nId );
Description
Sets the string from a resource string.
Parameters
Parameters | Description |
---|---|
hDll | Input AxResourceInstance object to load string from |
nId | Input ID of the string resource in the specified resource DLL |
Returns
Returns false if the string failed to load, true if string loaded.
Links
Previous Declaration
ACBASE_PORT bool loadString(HINSTANCE hDll,unsigned nId);