Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
_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: