Searched defs:PRTGETOPTSTATE (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dgetopt.h226 typedef RTGETOPTSTATE *PRTGETOPTSTATE; typedef
249 RTDECL(int) RTGetOptInit(PRTGETOPTSTATE pState, int argc, char **argv,
350 RTDECL(int) RTGetOpt(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion);
376 RTDECL(int) RTGetOptFetchValue(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion, uint32_t fFlags);

Completed in 44 milliseconds