Namespaces
|
namespace
|
MaxSDK |
Functions
|
HINSTANCE |
GetHInstance
() |
|
Get the calling module's HINSTANCE.
|
MAX_DEPRECATED
const MCHAR * |
GetResourceString
(UINT resourceId) |
|
Extract a resource from the calling module's
string table. GetResourceString is essentially a wrapper around the
Win32 API's LoadString, but it saves client code from the bother of
dealing with its HINSTANCE, of maintaining a buffer, and reduces
duplicated code.
|
MSTR |
GetResourceStringAsMSTR
(UINT resourceId) |
|
Extract a resource from the calling module's
string table.
|
bool |
GetResourceStringAsMSTR
(UINT resourceId, MSTR
&resourceString) |
|
Extract a resource from the calling module's
string table.
|
Variables
|
EXTERN_C
IMAGE_DOS_HEADER |
__ImageBase |