#include <windows.h>
#include <process.h>
#define IPC_GETLISTPOS 125 |
#define IPC_GETPLAYLISTFILE 211 |
#define IPC_GETPLAYLISTTITLE 212 |
#define KVIRC_WM_USER 63112 |
#define KVIRC_WM_USER_CHECK 13123 |
#define KVIRC_WM_USER_CHECK_REPLY 13124 |
#define KVIRC_WM_USER_GETFILE 10000 |
#define KVIRC_WM_USER_GETTITLE 5000 |
#define KVIRC_WM_USER_TRANSFER 15000 |
LRESULT CALLBACK WndProc |
( |
HWND |
hwnd, |
|
|
UINT |
message, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
References IPC_GETLISTPOS, IPC_GETPLAYLISTFILE, IPC_GETPLAYLISTTITLE, KVIRC_WM_USER, KVIRC_WM_USER_CHECK, KVIRC_WM_USER_CHECK_REPLY, KVIRC_WM_USER_GETFILE, KVIRC_WM_USER_GETTITLE, KVIRC_WM_USER_TRANSFER, lpWndProcOld, and szBuffer.
Referenced by init().
Referenced by KviTheme::apply(), ScriptEditorWidget::asyncCompleterCreation(), ClassEditorWidget::build(), SetupWizard::chooseDataPath(), SetupWizard::chooseIncomingPath(), SetupWizard::chooseOldDataPath(), ClassEditorWidget::currentItemChanged(), LogViewWindow::filterNext(), KviIconManager::KviIconManager(), KviKvsScript::KviKvsScript(), KviKvsTreeNodeSpecialCommandClassFunctionDefinition::KviKvsTreeNodeSpecialCommandClassFunctionDefinition(), KviLocale::KviLocale(), KviKvsCoreFunctions::KVSCF(), KviKvsCoreSimpleCommands::KVSCSC(), KviKvsObjectClass::load(), KviLocale::loadCatalogue(), ScriptEditorWidget::loadCompleterFromFile(), ScriptEditorImplementation::loadFromFile(), ClassEditorWidget::loadNotBuiltClasses(), KviIconManager::loadSmallIcon(), log_kvs_fnc_file(), KviApplication::mapImageFile(), KviUserListView::maybeTip(), KviAsyncAvatarSelectionDialog::okClicked(), KviQueryWindow::ownAction(), KviChannelWindow::ownAction(), KviIrcServerParser::parseLiteralNotice(), KviIrcServerParser::parseLiteralPrivmsg(), KviIrcServerParser::parseLiteralTopic(), KviIrcServerParser::parseNumericTopic(), KviKvsObjectClass::save(), ClassEditorWidget::saveNotBuiltClasses(), ScriptEditorImplementation::saveToFile(), KviInputEditor::sendKvs(), KviInputEditor::sendPlain(), KviKvsArray::serialize(), AliasEditorTreeWidgetItem::setBuffer(), ClassEditorTreeWidgetItem::setBuffer(), KviApplication::setOptionValue(), KviInputEditor::standardNickCompletion(), KviInputEditor::standardNickCompletionInsertCompletedText(), KviKvsVariant::unserializeString(), KviQueryWindow::updateLabelText(), and WndProc().