Re: GetOverlappedResult failed...
- From: "min" <min@xxxxxx>
- Date: Thu, 24 Jan 2008 17:12:56 +0100
I really thank for all reply.
I'll post again after I have take a look on my driver...
min
"min" <min@xxxxxx> schrieb im Newsbeitrag
news:5vp3dsF1m7p7mU1@xxxxxxxxxxxxxxxx
Sometimes, when I try to attach buffers for an 1394 isochronous transfer
(WDK 6000, kmdf) with
----------------------------------------------------------------------------------
DeviceIoControl(...IOCTL_ISOCH_ATTACH_BUFFERS...&overLapped),
----------------------------------------------------------------------------------
the function
----------------------------------------------------------------------------------
GetOverlappedResult(...&overLapped, ...,TRUE)
----------------------------------------------------------------------------------
failed.
The GetLastError() function returns 0x13d.
I found in the file 'ntstatus.h' (D:\WINDDK\6000\inc\api\ntstatus.h) the
following text :
//
// MessageId: STATUS_REMOTE_RESOURCES
//
// MessageText:
//
// {Insufficient Resources on Remote Computer}
// The remote computer has insufficient resources to complete the network
request. For instance,
//there may not be enough memory available on the remote computer to carry
out the request at this time.
//
#define STATUS_REMOTE_RESOURCES ((NTSTATUS)0xC000013DL
Does this mean that the 1394 device has not enough memory for the request?
How is it possible to workaround this problem?
thanks in advance,
min
.
- References:
- WDF : GetOverlappedResult failed...
- From: min
- WDF : GetOverlappedResult failed...
- Prev by Date: Re: virtual serial driver asks for a reboot in windows 2000
- Next by Date: Boot message device driver mapped memory it does not own
- Previous by thread: Re: GetOverlappedResult failed...
- Next by thread: Cannot boot Vista X64 with debug enabled
- Index(es):
Relevant Pages
|