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

/vbox/include/VBox/
H A Ddbggui.h45 typedef struct DBGGUI *PDBGGUI; typedef in typeref:struct:DBGGUI
53 DECLCALLBACKMEMBER(int, pfnDestroy)(PDBGGUI pGui);
55 DECLCALLBACKMEMBER(void, pfnAdjustRelativePos)(PDBGGUI pGui, int x, int y, unsigned cx, unsigned cy);
57 DECLCALLBACKMEMBER(int, pfnShowStatistics)(PDBGGUI pGui);
59 DECLCALLBACKMEMBER(int, pfnShowCommandLine)(PDBGGUI pGui);
61 DECLCALLBACKMEMBER(void, pfnSetParent)(PDBGGUI pGui, void *pvParent);
63 DECLCALLBACKMEMBER(void, pfnSetMenu)(PDBGGUI pGui, void *pvMenu);
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 *ppGu
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h51 typedef struct DBGGUI *PDBGGUI; typedef in typeref:struct:DBGGUI
370 PDBGGUI m_pDbgGui;

Completed in 47 milliseconds