#include <win32_misc.h>
Definition at line 36 of file win32_misc.h.
registerclass_scope_delayed::registerclass_scope_delayed |
( |
| ) |
|
|
inline |
registerclass_scope_delayed::~registerclass_scope_delayed |
( |
| ) |
|
|
inline |
Definition at line 47 of file win32_misc.h.
47 {
throw pfc::exception_not_implemented();}
ATOM registerclass_scope_delayed::get_class |
( |
| ) |
const |
|
inline |
bool registerclass_scope_delayed::is_registered |
( |
| ) |
const |
|
inline |
Definition at line 48 of file win32_misc.h.
48 {
throw pfc::exception_not_implemented();}
void registerclass_scope_delayed::toggle_off |
( |
| ) |
|
Definition at line 19 of file win32_misc.cpp.
HINSTANCE get_my_instance()
Retrieves HINSTANCE of calling DLL.
void registerclass_scope_delayed::toggle_on |
( |
UINT |
p_style, |
|
|
WNDPROC |
p_wndproc, |
|
|
int |
p_clsextra, |
|
|
int |
p_wndextra, |
|
|
HICON |
p_icon, |
|
|
HCURSOR |
p_cursor, |
|
|
HBRUSH |
p_background, |
|
|
const TCHAR * |
p_classname, |
|
|
const TCHAR * |
p_menuname |
|
) |
| |
Definition at line 3 of file win32_misc.cpp.
7 wc.lpfnWndProc = p_wndproc;
8 wc.cbClsExtra = p_clsextra;
9 wc.cbWndExtra = p_wndextra;
12 wc.hCursor = p_cursor;
13 wc.hbrBackground = p_background;
14 wc.lpszMenuName = p_menu_name;
15 wc.lpszClassName = p_class_name;
16 WIN32_OP_CRITICAL(
"RegisterClass", (
m_class = RegisterClass(&wc)) != 0);
HINSTANCE get_my_instance()
Retrieves HINSTANCE of calling DLL.
ATOM registerclass_scope_delayed::m_class |
|
private |
The documentation for this class was generated from the following files: