foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Namespaces | |
dialog_helper | |
Functions | |
HWND | uCreateDialog (UINT id, HWND parent, DLGPROC proc, LPARAM param) |
int | uDialogBox (UINT id, HWND parent, DLGPROC proc, LPARAM param) |
HWND uCreateDialog | ( | UINT | id, |
HWND | parent, | ||
DLGPROC | proc, | ||
LPARAM | param | ||
) |
Wrapper (provided mainly for old code), simplifies parameters compared to standard CreateDialog() by using core_api::get_my_instance().
Definition at line 281 of file win32_dialog.cpp.
int uDialogBox | ( | UINT | id, |
HWND | parent, | ||
DLGPROC | proc, | ||
LPARAM | param | ||
) |
Wrapper (provided mainly for old code), simplifies parameters compared to standard DialogBox() by using core_api::get_my_instance().
Definition at line 286 of file win32_dialog.cpp.