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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart.h95 } CFGAST, *PCFGAST; typedef in typeref:struct:CFGAST
158 DECLHIDDEN(int) autostartParseConfig(const char *pszFilename, PCFGAST *ppCfgAst);
166 DECLHIDDEN(void) autostartConfigAstDestroy(PCFGAST pCfgAst);
175 DECLHIDDEN(PCFGAST) autostartConfigAstGetByName(PCFGAST pCfgAst, const char *pszName);
183 DECLHIDDEN(RTEXITCODE) autostartStartMain(PCFGAST pCfgAst);
192 DECLHIDDEN(RTEXITCODE) autostartStopMain(PCFGAST pCfgAst);

Completed in 33 milliseconds