Ruby 4.0.0dev (2025-11-30 revision a0cd81e005d185be37b3a0323e4ee61b7b4360a6)
Data Fields
_NtCmdLineElement Struct Reference

Data Fields

struct _NtCmdLineElementnext
 
char * str
 
long len
 
int flags
 

Detailed Description

Definition at line 1566 of file win32.c.

Field Documentation

◆ flags

int _NtCmdLineElement::flags

Definition at line 1570 of file win32.c.

◆ len

long _NtCmdLineElement::len

Definition at line 1569 of file win32.c.

◆ next

struct _NtCmdLineElement* _NtCmdLineElement::next

Definition at line 1567 of file win32.c.

◆ str

char* _NtCmdLineElement::str

Definition at line 1568 of file win32.c.


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