|
foobar2000 SDK
2015-01-14
|
#include <win-objects.h>
Public Member Functions | |
| win32_accelerator () | |
| ~win32_accelerator () | |
| HACCEL | get () const |
| void | load (HINSTANCE p_inst, const TCHAR *p_id) |
| void | release () |
Private Member Functions | |
| PFC_CLASS_NOT_COPYABLE (win32_accelerator, win32_accelerator) | |
Private Attributes | |
| HACCEL | m_accel |
Definition at line 179 of file win-objects.h.
|
inline |
Definition at line 181 of file win-objects.h.
|
inline |
Definition at line 182 of file win-objects.h.
|
inline |
Definition at line 183 of file win-objects.h.
| void win32_accelerator::load | ( | HINSTANCE | p_inst, |
| const TCHAR * | p_id | ||
| ) |
Definition at line 264 of file win-objects.cpp.
|
private |
| void win32_accelerator::release | ( | ) |
Definition at line 273 of file win-objects.cpp.
|
private |
Definition at line 188 of file win-objects.h.
1.8.9.1