ReactOS 0.4.16-dev-329-g9223134
|
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <tchar.h>
#include <richedit.h>
#include <commctrl.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _OPEN_EDIT_INFO |
struct | _EDIT_WND_INFO |
struct | _MENU_HINT |
struct | _MAIN_WND_INFO |
Macros | |
#define | SB_SIMPLEID 0xFF |
#define | MAX_KEY_LENGTH 256 |
#define | DOC_TYPE_RICH_TEXT 0 |
#define | DOC_TYPE_UNICODE_TEXT 1 |
#define | DOC_TYPE_TEXT 2 |
Typedefs | |
typedef enum _MDI_EDITOR_TYPE | MDI_EDITOR_TYPE |
typedef enum _MDI_EDITOR_TYPE * | PMDI_EDITOR_TYPE |
typedef struct _OPEN_EDIT_INFO | OPEN_EDIT_INFO |
typedef struct _OPEN_EDIT_INFO * | POPEN_EDIT_INFO |
typedef struct _EDIT_WND_INFO | EDIT_WND_INFO |
typedef struct _EDIT_WND_INFO * | PEDIT_WND_INFO |
typedef struct _MENU_HINT | MENU_HINT |
typedef struct _MENU_HINT * | PMENU_HINT |
typedef struct _MAIN_WND_INFO | MAIN_WND_INFO |
typedef struct _MAIN_WND_INFO * | PMAIN_WND_INFO |
Enumerations | |
enum | _MDI_EDITOR_TYPE { metUnknown = 0 , metImageEditor } |
Variables | |
HINSTANCE | hInstance |
HANDLE | ProcessHeap |
typedef struct _EDIT_WND_INFO EDIT_WND_INFO |
typedef struct _MAIN_WND_INFO MAIN_WND_INFO |
typedef enum _MDI_EDITOR_TYPE MDI_EDITOR_TYPE |
typedef struct _MENU_HINT MENU_HINT |
typedef struct _OPEN_EDIT_INFO OPEN_EDIT_INFO |
typedef struct _EDIT_WND_INFO * PEDIT_WND_INFO |
typedef struct _MAIN_WND_INFO * PMAIN_WND_INFO |
typedef enum _MDI_EDITOR_TYPE * PMDI_EDITOR_TYPE |
typedef struct _MENU_HINT * PMENU_HINT |
typedef struct _OPEN_EDIT_INFO * POPEN_EDIT_INFO |
Enumerator | |
---|---|
metUnknown | |
metImageEditor |
Definition at line 32 of file precomp.h.
Definition at line 4 of file about.c.
Definition at line 59 of file misc.c.
Referenced by _tWinMain(), AboutDialogProc(), AddToolbarButton(), ChangeListViewText(), CreateApplicationWindow(), DoCreate(), DoDeleteService(), DoOpenFile(), DoSaveFile(), FontWndProc(), FrameOnCommand(), InitDialog(), InitRecoveryPage(), LoadAndFormatString(), NewDocSelDlgProc(), OnCreate(), ResetProgressDialog(), SetServiceStatusText(), SetStartupType(), StatusBarLoadAndFormatString(), StatusBarLoadString(), TV1_AddDependantsToTree(), TV2_AddDependantsToTree(), UpdateServiceCount(), VarListLoadAndFormatString(), and wWinMain().
BOOL CreateEditWindow | ( | struct _MAIN_WND_INFO * | MainWnd, |
POPEN_EDIT_INFO | OpenInfo | ||
) |
Definition at line 132 of file editwnd.c.
Referenced by MainWndCommand().
Definition at line 923 of file mainwnd.c.
Definition at line 27 of file opensave.c.
Definition at line 59 of file opensave.c.
Definition at line 8 of file opensave.c.
Definition at line 164 of file misc.c.
Definition at line 173 of file editwnd.c.
Referenced by _tWinMain().
Definition at line 964 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
Definition at line 85 of file misc.c.
Referenced by CreateFontWindow(), CreateNewConsoleTitle(), EditSecurity(), FontWndProc(), GetDisplayStringFromSidRequestResult(), GetPrincipalAccountNameString(), MainWndCommand(), and UpdateControlStates().
MDI_EDITOR_TYPE MainWndGetCurrentEditor | ( | PMAIN_WND_INFO | MainWnd, |
PVOID * | Info | ||
) |
Definition at line 502 of file mainwnd.c.
VOID MainWndSwitchEditorContext | ( | PMAIN_WND_INFO | Info, |
HWND | hDeactivate, | ||
HWND | hActivate | ||
) |
Definition at line 522 of file mainwnd.c.
Definition at line 616 of file mainwnd.c.
Referenced by _tWinMain().
Definition at line 4 of file dialogs.c.
Referenced by MainWndCommand().
VOID SetEditorEnvironment | ( | PEDIT_WND_INFO | Info, |
BOOL | Setup | ||
) |
Definition at line 117 of file editwnd.c.
Referenced by MainWndSwitchEditorContext().
BOOL StatusBarLoadAndFormatString | ( | IN HWND | hStatusBar, |
IN INT | PartId, | ||
IN HINSTANCE | hInstance, | ||
IN UINT | uID, | ||
... | |||
) |
Definition at line 108 of file misc.c.
Definition at line 150 of file misc.c.
Referenced by MainWndMenuHint().
Definition at line 990 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
|
extern |
Definition at line 15 of file servman.c.
Referenced by _tWinMain(), ConvertNtPathToWin32Path(), DllMain(), FreeNtToWin32PathMappingList(), main(), NtProcessStartup(), PerformInternalLookup(), PerformLookup(), PrintAdapterDescription(), Release(), Renew(), RunUSetup(), ShowInfo(), timeToStr(), wmain(), and wWinMain().