Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1641 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1645 of file win32.c.

◆ len

long _NtCmdLineElement::len

Definition at line 1644 of file win32.c.

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1642 of file win32.c.

◆ str

char* _NtCmdLineElement::str

Definition at line 1643 of file win32.c.


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