Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1522 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1526 of file win32.c.

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

◆ len

long _NtCmdLineElement::len

Definition at line 1525 of file win32.c.

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

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1523 of file win32.c.

Referenced by insert(), and w32_cmdvector().

◆ str

char* _NtCmdLineElement::str

Definition at line 1524 of file win32.c.

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


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