{
PFUNCTIONAL_DEVICE_EXTENSION fdoExtension = Fdo->DeviceExtension;
PSCSI_REQUEST_BLOCK srb;
// This function is obsolete, but still called by CDROM.SYS .// DBGWARN(("ClassBuildRequest is OBSOLETE !"));//// Allocate an Srb.//
srb = ClasspAllocateSrb(fdoExtension);
if(srb == NULL) {
returnSTATUS_INSUFFICIENT_RESOURCES;
}
ClasspBuildRequestEx(fdoExtension, Irp, srb);
returnSTATUS_SUCCESS;
} // end ClassBuildRequest()
Generated on Fri May 25 2012 05:23:17 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.