OpenVPN
Data Fields
msica_arg Struct Reference

Argument list. More...

#include <msica_arg.h>

Collaboration diagram for msica_arg:
Collaboration graph
[legend]

Data Fields

struct msica_argnext
 Pointer to the next argument in the sequence.
 
TCHAR val []
 Zero terminated argument string.
 

Detailed Description

Argument list.

Definition at line 38 of file msica_arg.h.

Field Documentation

◆ next

struct msica_arg* msica_arg::next

Pointer to the next argument in the sequence.

Definition at line 40 of file msica_arg.h.

Referenced by msica_arg_seq_add_head(), msica_arg_seq_add_tail(), and msica_arg_seq_free().

◆ val

TCHAR msica_arg::val[]

Zero terminated argument string.

Definition at line 41 of file msica_arg.h.

Referenced by msica_arg_seq_add_head(), and msica_arg_seq_add_tail().


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