ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static void | SaveClipboardToFile (void) |
static void | LoadClipboardDataFromFile (LPWSTR lpszFileName) |
static void | LoadClipboardFromFile (void) |
static void | LoadClipboardFromDrop (HDROP hDrop) |
static void | SetDisplayFormat (UINT uFormat) |
static void | InitMenuPopup (HMENU hMenu, LPARAM index) |
static void | UpdateDisplayMenu (void) |
static int | OnCommand (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | OnPaint (HWND hWnd, WPARAM wParam, LPARAM lParam) |
static LRESULT WINAPI | MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
static const WCHAR | szClassName [] = L"ClipBookWClass" |
CLIPBOARD_GLOBALS | Globals |
SCROLLSTATE | Scrollstate |
Definition at line 135 of file clipbrd.c.
Referenced by MainWndProc().
Definition at line 52 of file clipbrd.c.
Referenced by LoadClipboardFromDrop(), LoadClipboardFromFile(), and wWinMain().
|
static |
Definition at line 100 of file clipbrd.c.
Referenced by MainWndProc().
Definition at line 73 of file clipbrd.c.
Referenced by OnCommand().
Definition at line 386 of file clipbrd.c.
Referenced by wWinMain().
Definition at line 202 of file clipbrd.c.
Referenced by MainWndProc().
Definition at line 267 of file clipbrd.c.
Referenced by MainWndProc().
Definition at line 16 of file clipbrd.c.
Referenced by OnCommand().
Definition at line 110 of file clipbrd.c.
Referenced by MainWndProc(), and OnCommand().
Definition at line 154 of file clipbrd.c.
Referenced by MainWndProc().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 668 of file clipbrd.c.
CLIPBOARD_GLOBALS Globals |
Definition at line 13 of file clipbrd.c.
Referenced by FxDevice::_AllocAndQueryProperty(), AlertFileNotFound(), AlertFileNotSaved(), AlertPrintError(), DeleteClipboardContent(), DIALOG_AddFilterItem(), DIALOG_Browse(), DIALOG_COPY_MOVE_DlgProc(), DIALOG_CopyMove(), DIALOG_EditCopy(), DIALOG_EditCut(), DIALOG_EditDelete(), DIALOG_EditPaste(), DIALOG_EditSelectAll(), DIALOG_EditTimeDate(), DIALOG_EditUndo(), DIALOG_EditWrap(), DIALOG_Execute(), DIALOG_EXECUTE_DlgProc(), DIALOG_FileExit(), DIALOG_FileNew(), DIALOG_FileOpen(), DIALOG_FilePageSetup(), DIALOG_FilePrint(), DIALOG_FileSave(), DIALOG_FileSaveAs(), DIALOG_FileSaveAs_Hook(), DIALOG_GoTo(), DIALOG_GoTo_DialogProc(), DIALOG_GroupAttributes(), DIALOG_HelpAboutNotepad(), DIALOG_HelpContents(), DIALOG_New(), DIALOG_PAGESETUP_Hook(), DIALOG_Printing_DialogProc(), DIALOG_ProgramAttributes(), DIALOG_SearchDialog(), DIALOG_SearchNext(), DIALOG_SelectFont(), DIALOG_StatusBarAlignParts(), DIALOG_StatusBarUpdateCaretPos(), DIALOG_StatusBarUpdateEncoding(), DIALOG_StatusBarUpdateLineEndings(), DIALOG_StringMsgBox(), DIALOG_Symbol(), DIALOG_ViewStatusBar(), DoCloseFile(), DoCreateEditWindow(), DoCreatePrintFonts(), DoOpenFile(), DoPrintDocument(), DoPrintPage(), DoSaveFile(), DoShowHideStatusBar(), DrawHeaderOrFooter(), DrawTextFromClipboard(), FreeBT_QueryWmiRegInfo(), GetClipboardDataDimensions(), GROUP_ActiveGroup(), GROUP_AddGroup(), GROUP_DeleteGroup(), GROUP_GroupWndProc(), GROUP_RegisterGroupWinClass(), GRPFILE_WriteGroupFile(), InitMenuPopup(), LoadClipboardDataFromFile(), LoadClipboardFromFile(), LoadSettings(), LogDeviceStartTelemetryEvent(), MACRO_About(), MACRO_CloseSecondarys(), MACRO_CloseWindow(), MACRO_ExecFile(), MACRO_Exit(), MACRO_FocusWindow(), MACRO_HelpOn(), MACRO_HelpOnTop(), MACRO_History(), MACRO_IsBook(), MACRO_Lookup(), MACRO_Print(), MACRO_RegisterRoutine(), MainWndProc(), NOTEPAD_LoadSettingsFromRegistry(), NOTEPAD_SaveSettingsToRegistry(), OnCommand(), OnPaint(), OnScroll(), PROGRAM_ExecuteProgram(), ReadClipboardFile(), SaveClipboardToFile(), SaveSettings(), SetDisplayFormat(), ShowLastError(), STRING_LoadMenus(), STRING_LoadStrings(), UpdateDisplayMenu(), UpdateWindowCaption(), WHD_GetInfo(), WriteClipboardFile(), and wWinMain().
SCROLLSTATE Scrollstate |
Definition at line 14 of file clipbrd.c.
Referenced by MainWndProc(), OnPaint(), SetDisplayFormat(), and wWinMain().
Definition at line 11 of file clipbrd.c.
Referenced by _tWinMain(), DllGetClassObject(), MSSTYLES_OpenThemeClass(), MSSTYLES_ParseIniSectionName(), MSSTYLES_ParseThemeIni(), REBAR_MoveChildWindows(), SetupDiClassGuidsFromNameExW(), START_TEST(), test_events(), txt_export_class_and_last_write(), and wWinMain().