Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
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: