Harlequin RIP SDK

Data Fields

WCHAR ** argv
 
int argc
 
int index
 
int used
 

Detailed Description

Support for using the common argument parsing. We have a type definition for the encapsulated the arg vector, current position, and callback info, and callbacks to set the number of args used, convert a specified arg to UTF-8, and get the program name in UTF-8.

Field Documentation

◆ argc

int parse_args_t::argc

The original arg vector length.

◆ argv

WCHAR** parse_args_t::argv

The original arg vector.

◆ index

int parse_args_t::index

The current arg vector index.

◆ used

int parse_args_t::used

The number of args consumed by parsing an option.


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