Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
_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: