Re: GetOverlappedResult failed...

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks for your reply.

So it means that nobody can find out the cause of this kind of error?

Or is there a possibility to find out the cause?

thanks
min

"Doron Holan [MSFT]" <doronh@xxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:eR53FieXIHA.4200@xxxxxxxxxxxxxxxxxxxxxxx
0x13d is 317 in decimal. GetLastError returns winerror.h values, not
NTSTATUS.h values.

from winerror.h
#define ERROR_MR_MID_NOT_FOUND 317L

this means that the driver is returning an NTSTATUS value that does not
map to a well known win32 error that is in winerror.h

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no
rights.


"min" <min@xxxxxx> wrote in message 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




.



Relevant Pages

  • Re: GetOverlappedResult failed...
    ... // {Insufficient Resources on Remote Computer} ... carry out the request at this time. ... Does this mean that the 1394 device has not enough memory for the ...
    (microsoft.public.development.device.drivers)
  • WDF : GetOverlappedResult failed...
    ... // {Insufficient Resources on Remote Computer} ... out the request at this time. ... Does this mean that the 1394 device has not enough memory for the request? ...
    (microsoft.public.development.device.drivers)
  • Re: GetOverlappedResult failed...
    ... // {Insufficient Resources on Remote Computer} ... out the request at this time. ... Does this mean that the 1394 device has not enough memory for the request? ...
    (microsoft.public.development.device.drivers)
  • Re: GetOverlappedResult failed...
    ... GetLastError returns winerror.h values, not NTSTATUS.h values. ... // The remote computer has insufficient resources to complete the network request. ... //there may not be enough memory available on the remote computer to carry out the request at this time. ...
    (microsoft.public.development.device.drivers)
  • [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v3
    ... Migrate data off physical pages with corrected memory errors ... (per Christoph Lameter's request). ... Updated for recent page flag clean-up. ... handler to the page migration code. ...
    (Linux-Kernel)