foobar2000 SDK
2015-08-03
|
#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 183 of file win-objects.h.
|
inline |
Definition at line 185 of file win-objects.h.
|
inline |
Definition at line 186 of file win-objects.h.
|
inline |
Definition at line 187 of file win-objects.h.
void win32_accelerator::load | ( | HINSTANCE | p_inst, |
const TCHAR * | p_id | ||
) |
Definition at line 271 of file win-objects.cpp.
|
private |
void win32_accelerator::release | ( | ) |
Definition at line 280 of file win-objects.cpp.
|
private |
Definition at line 192 of file win-objects.h.