hgeResourceManager::GetStringTable
Returns pointer to a named string table.
hgeStringTable *GetStringTable(
const char *name
);
Parameters
- name
- String table name.
Return value
If successful, returns pointer to the hgeStringTable object. Otherwise returns 0.
Remarks
You could use the name defined in the resource script or just a plain file name,
either absolute or relative to the application folder or resource package root.
If the string table hasn't been created yet, it will be created.
Otherwise pointer to the existing string table will be returned.
Requirements
Header: hgeresource.h
Import library: hgehelp.lib
|