ReactOS 0.4.15-dev-7918-g2a2556c
ArgvInfo Struct Reference

#include <shell.h>

Collaboration diagram for ArgvInfo:

Public Attributes

const charcargv [64]
 
int noglobargv [64]
 
int cargc
 
char argbuf [256]
 

Detailed Description

Definition at line 8 of file shell.h.

Member Data Documentation

◆ argbuf

char ArgvInfo::argbuf[256]

Definition at line 12 of file shell.h.

Referenced by CommandShell(), and CompletionFunction().

◆ cargc

int ArgvInfo::cargc

Definition at line 11 of file shell.h.

Referenced by CommandShell(), CompletionFunction(), and DoCommand().

◆ cargv

const char* ArgvInfo::cargv[64]

Definition at line 9 of file shell.h.

Referenced by CommandShell(), CompletionFunction(), and DoCommand().

◆ noglobargv


The documentation for this struct was generated from the following file: