Windows C++ Library
|
#include <Module.hpp>
Public Member Functions | |
CModule () | |
CModule (HINSTANCE hInstance) | |
~CModule () | |
HINSTANCE | Handle () const |
CPath | Path () const |
Get the full path to the module. | |
Static Public Member Functions | |
static CModule & | This () |
Protected Attributes | |
HINSTANCE | m_hInstance |
Private Member Functions | |
CModule (const CModule &) | |
CModule & | operator= (const CModule &) |
Friends | |
int WINAPI | WinMain (HINSTANCE hCurrInst, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int iCmdShow) |
BOOL WINAPI | DllMain (HINSTANCE hInst, DWORD dwReason, LPVOID lpvReserved) |
CModule::CModule | ( | ) |
CModule::CModule | ( | HINSTANCE | hInstance | ) |
CModule::CModule | ( | const CModule & | ) | [private] |
HINSTANCE CModule::Handle | ( | ) | const [inline] |
CModule & CModule::This | ( | ) | [static] |
CPath CModule::Path | ( | ) | const |
Get the full path to the module.
int WINAPI WinMain | ( | HINSTANCE | hCurrInst, |
HINSTANCE | hPrevInst, | ||
LPSTR | lpszCmdLine, | ||
int | iCmdShow | ||
) | [friend] |
BOOL WINAPI DllMain | ( | HINSTANCE | hInst, |
DWORD | dwReason, | ||
LPVOID | lpvReserved | ||
) | [friend] |
HINSTANCE CModule::m_hInstance [protected] |