Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
_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: