#include <cWinResource.h>
Resources attached to any module/DLL. HMODULE related to cAppRes,
◆ cWinResMod()
GrayLib::cWinResMod::cWinResMod |
( |
HMODULE |
hModule | ) |
|
|
inlinenoexcept |
◆ GetIntResource()
|
inlinestaticconstexprnoexcept |
◆ IsIntResource()
static constexpr bool GrayLib::cWinResMod::IsIntResource |
( |
const GChar_t * |
pszText | ) |
|
|
inlinestaticconstexprnoexcept |
IS_INTRESOURCE(p) is this a RESOURCEID_t and not a real pointer?
◆ LoadStrID()
RT_STRING
- Note
- can't use the method name "LoadString" because its defined.
◆ MakeIntResource()
|
inlinestaticconstexprnoexcept |
like _WIN32 macro MAKEINTRESOURCE(id), e.g. IDC_WAIT, IDC_ARROW, etc. Make the RESOURCEID_t look like a pointer for consumption by WIN32 functions like LoadIcon() etc.
◆ m_hModule
HMODULE GrayLib::cWinResMod::m_hModule |
|
protected |
The documentation for this class was generated from the following files: