ReactOS
0.4.15-dev-4614-ga5a6101
|
#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 40 of file misc.c.
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 925 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
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 183 of file misc.c.
Definition at line 173 of file editwnd.c.
Referenced by _tWinMain().
Definition at line 966 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
Definition at line 86 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().
HANDLE ProcessHeap |
Definition at line 15 of file servman.c.
Referenced by _tWinMain(), ConvertNtPathToWin32Path(), FreeNtToWin32PathMappingList(), GetConnectionDescription(), GetConnectionType(), LoadStringAndOem(), main(), NtProcessStartup(), PerformInternalLookup(), PerformLookup(), Release(), Renew(), RunUSetup(), ShowInfo(), Usage(), and wWinMain().