Ruby  2.1.3p242(2014-09-19revision47630)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
int len
 
int flags
 

Detailed Description

Definition at line 1448 of file win32.c.

Field Documentation

int _NtCmdLineElement::flags

Definition at line 1452 of file win32.c.

Referenced by cmdglob(), insert(), and rb_w32_cmdvector().

int _NtCmdLineElement::len

Definition at line 1451 of file win32.c.

Referenced by cmdglob(), insert(), open_dir_handle(), and rb_w32_cmdvector().

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1449 of file win32.c.

Referenced by insert(), and rb_w32_cmdvector().

char* _NtCmdLineElement::str

Definition at line 1450 of file win32.c.

Referenced by cmdglob(), insert(), and rb_w32_cmdvector().


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