Problem with SCSIOP_GET_CONFIGURATION

Hi!

I can’t reasonably process function SCSIOP_GET_CONFIGURATION.
After calling my miniport occurs BSOD (DRIVER_OVERRAN_STACK_BUFFER).
I need your help!

I need simple example!

I want return only one FeatureCode (0x0000, ProfileList: ProfileCdrom)

Help me! thx.

Your miniport/adapter is probably copying too much data into the buffer provided. Make sure you’re not copying more data than is specified in Srb->DataTransferLength.

-p

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, April 08, 2009 3:22 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Problem with SCSIOP_GET_CONFIGURATION

Hi!

I can’t reasonably process function SCSIOP_GET_CONFIGURATION.
After calling my miniport occurs BSOD (DRIVER_OVERRAN_STACK_BUFFER).
I need your help!

I need simple example!

I want return only one FeatureCode (0x0000, ProfileList: ProfileCdrom)

Help me! thx.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer