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

/vbox/include/VBox/
H A Ddis.h762 typedef DECLCALLBACK(int) FNDISGETSYMBOL(PCDISSTATE pDis, uint32_t u32Sel, RTUINTPTR uAddress, char *pszBuf, size_t cchBuf, RTINTPTR *poff, void *pvUser); typedef
763 /** Pointer to a FNDISGETSYMBOL(). */
764 typedef FNDISGETSYMBOL *PFNDISGETSYMBOL;
767 * Checks if the FNDISGETSYMBOL argument u32Sel is a register or not.
772 * Extracts the selector value from the FNDISGETSYMBOL argument u32Sel.
778 * Extracts the register number from the FNDISGETSYMBOL argument u32Sel.

Completed in 50 milliseconds