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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.h130 typedef uint64_t USAGECATEGORY; typedef
172 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm);
173 RTEXITCODE errorSyntax(USAGECATEGORY fCategory, const char *pszFormat, ...);
174 RTEXITCODE errorSyntaxEx(USAGECATEGORY fCategory, uint32_t fSubCategory, const char *pszFormat, ...);
175 RTEXITCODE errorGetOpt(USAGECATEGORY fCategory, int rc, union RTGETOPTUNION const *pValueUnion);
176 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion);
179 void printUsageInternal(USAGECATEGORY fCategory, PRTSTREAM pStrm);

Completed in 34 milliseconds