Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

doskey.c File Reference

#include <windows.h>
#include <stdio.h>
#include <wchar.h>
#include <assert.h>
#include <locale.h>
#include "doskey.h"

Go to the source code of this file.

Defines

#define MAX_STRING   2000

Typedefs

typedef DWORD nBufferLength
typedef DWORD LPWSTR sExeName
typedef BOOL(WINAPI * SetConsoleNumberOfCommandsW_t )(DWORD nNumber, LPWSTR sExeName)
typedef VOID(WINAPI * ExpungeConsoleCommandHistoryW_t )(LPWSTR sExeName)

Functions

typedef DWORD (WINAPI *GetConsoleCommandHistoryW_t)(LPWSTR sCommands
static VOID SetInsert (DWORD dwFlag)
static VOID PrintHistory (VOID)
static INT SetMacro (LPWSTR definition)
static VOID PrintMacros (LPWSTR pszExeName, LPWSTR Indent)
static VOID PrintAllMacros (VOID)
static VOID ReadFromFile (LPWSTR param)
static BOOL GetArg (WCHAR **pStart, WCHAR **pEnd)
static LPWSTR RemoveQuotes (LPWSTR str)
int wmain (VOID)

Variables

WCHAR szStringBuf [MAX_STRING]
LPWSTR pszExeName = L"cmd.exe"
GetConsoleCommandHistoryW_t pGetConsoleCommandHistoryW
GetConsoleCommandHistoryLengthW_t pGetConsoleCommandHistoryLengthW
SetConsoleNumberOfCommandsW_t pSetConsoleNumberOfCommandsW
ExpungeConsoleCommandHistoryW_t pExpungeConsoleCommandHistoryW

Generated on Thu Feb 9 05:05:33 2012 for ReactOS by doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.