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

/vbox/include/VBox/vmm/
H A Dpdmifs.h53 * PDMIBASE::pfnQueryInterface respectively.
65 /** @name PDMIBASE
74 typedef struct PDMIBASE struct
85 DECLR3CALLBACKMEMBER(void *, pfnQueryInterface,(struct PDMIBASE *pInterface, const char *pszIID));
86 } PDMIBASE; typedef in typeref:struct:PDMIBASE
87 /** PDMIBASE interface ID. */
91 * Helper macro for querying an interface from PDMIBASE.
93 * @returns Correctly typed PDMIBASE::pfnQueryInterface return value.
103 * Helper macro for implementing PDMIBASE::pfnQueryInterface.
181 * @remarks Don't use with PDMIBASE
[all...]

Completed in 35 milliseconds