OpenVPN
|
Argument list. More...
#include <msica_arg.h>
Data Fields | |
struct msica_arg * | next |
Pointer to the next argument in the sequence. | |
TCHAR | val [] |
Zero terminated argument string. | |
Argument list.
Definition at line 38 of file msica_arg.h.
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().
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().