Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1665 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1669 of file win32.c.

◆ len

long _NtCmdLineElement::len

Definition at line 1668 of file win32.c.

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1666 of file win32.c.

◆ str

char* _NtCmdLineElement::str

Definition at line 1667 of file win32.c.


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