Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1632 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1636 of file win32.c.

◆ len

long _NtCmdLineElement::len

Definition at line 1635 of file win32.c.

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1633 of file win32.c.

◆ str

char* _NtCmdLineElement::str

Definition at line 1634 of file win32.c.


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