{
/* Make sure we have a context */if (!Context) returnFALSE;
/* If we have data in the context, then this shouldn't be a new lookup */if ((*Context) && (NextBus == TRUE)) returnFALSE;
/* Return bus data */TranslatedAddress->QuadPart = BusAddress.QuadPart;
/* Set context value and return success */
*Context = 1;
returnTRUE;
}
Generated on Sat May 26 2012 05:21:43 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.