Click here to Skip to main content
15,896,201 members

Comments by pascal.schwartz (Top 2 by date)

pascal.schwartz 22-Aug-10 11:24am View    
HiThe Error is 'Insufficient quota to complete the requested service'
it looks like the OpenProcess works ok after but the problem is really VirtualLock.
i need to lock about 2giga of memory in the physical memory (using x64 pc with 6 giga ) to pass it to me driver (where it will fill it with data from the PCI board).
could help me with that? is there any other way more promising to acomplish the task?
pascal.schwartz 22-Aug-10 2:35am View    
Thank , you are right i was confused about the dwLength.
now it works