Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
_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: