Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Error_no_system_resources

Reply
Thread Tools Display Modes

Error_no_system_resources

 
 
Junior Member
Join Date: Dec 2009
Posts: 3

 
      12-07-2009
Hi,

when i used DeviceIoControl() for read data(size = 127Mb) from device,
I get the last error which is "ERROR_NO_SYSTEM_RESOURCES".
the size of databuffer is 127Mb.

I can't read the data by so large buffer.
Is there some limit In this case?

thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59