ReactOS 0.4.16-dev-320-g3bd9ddc
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
VOID WINAPI DECLSPEC_HOTPATCH ExpungeConsoleCommandHistoryA | ( | IN LPCSTR | lpExeName | ) |
Definition at line 262 of file history.c.
VOID WINAPI DECLSPEC_HOTPATCH ExpungeConsoleCommandHistoryW | ( | IN LPCWSTR | lpExeName | ) |
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleCommandHistoryA | ( | OUT LPSTR | lpHistory, |
IN DWORD | cbHistory, | ||
IN LPCSTR | lpExeName | ||
) |
Definition at line 288 of file history.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleCommandHistoryLengthA | ( | IN LPCSTR | lpExeName | ) |
Definition at line 314 of file history.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleCommandHistoryLengthW | ( | IN LPCWSTR | lpExeName | ) |
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleCommandHistoryW | ( | OUT LPWSTR | lpHistory, |
IN DWORD | cbHistory, | ||
IN LPCWSTR | lpExeName | ||
) |
Definition at line 31 of file history.c.
Referenced by ExpungeConsoleCommandHistoryA(), and ExpungeConsoleCommandHistoryW().
|
static |
Definition at line 77 of file history.c.
Referenced by GetConsoleCommandHistoryA(), and GetConsoleCommandHistoryW().
Definition at line 138 of file history.c.
Referenced by GetConsoleCommandHistoryLengthA(), and GetConsoleCommandHistoryLengthW().
|
static |
Definition at line 189 of file history.c.
Referenced by SetConsoleNumberOfCommandsA(), and SetConsoleNumberOfCommandsW().
BOOL WINAPI DECLSPEC_HOTPATCH SetConsoleCommandHistoryMode | ( | IN DWORD | dwMode | ) |
Definition at line 352 of file history.c.
BOOL WINAPI DECLSPEC_HOTPATCH SetConsoleNumberOfCommandsA | ( | IN DWORD | dwNumCommands, |
IN LPCSTR | lpExeName | ||
) |
Definition at line 339 of file history.c.