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

/vbox/include/VBox/
H A Ddbggui.h68 typedef DBGGUIVT const *PCDBGGUIVT; typedef
91 DBGDECL(int) DBGGuiCreate(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
93 typedef DECLCALLBACK(int) FNDBGGUICREATE(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
106 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
108 typedef DECLCALLBACK(int) FNDBGGUICREATEFORVM(PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h50 typedef struct DBGGUIVT const *PCDBGGUIVT; typedef
372 PCDBGGUIVT m_pDbgGuiVT;

Completed in 32 milliseconds