Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
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: