Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1620 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1624 of file win32.c.

◆ len

long _NtCmdLineElement::len

Definition at line 1623 of file win32.c.

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1621 of file win32.c.

◆ str

char* _NtCmdLineElement::str

Definition at line 1622 of file win32.c.


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