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

/vbox/include/VBox/vmm/
H A Ddbgf.h1545 typedef enum DBGFOSINTERFACE enum
1559 } DBGFOSINTERFACE; typedef in typeref:enum:DBGFOSINTERFACE
1561 typedef DBGFOSINTERFACE *PDBGFOSINTERFACE;
1563 typedef DBGFOSINTERFACE const *PCDBGFOSINTERFACE;
1670 DECLCALLBACKMEMBER(void *, pfnQueryInterface)(PUVM pUVM, void *pvData, DBGFOSINTERFACE enmIf);
1730 VMMR3DECL(void *) DBGFR3OSQueryInterface(PUVM pUVM, DBGFOSINTERFACE enmIf);

Completed in 53 milliseconds