Thread: Need Memory Help... :(

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    1

    Unhappy Need Memory Help... :(

    I need help with ReadProcessMemory, on some addresses it reads the memory just fine but on others it returns the error code (From GetLastError) 299, I have given it a debug token level and everything else is correct, I am sure of it.

    Any and all help would be greatly appreciated.
    Thanking in advance.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    http://msdn.microsoft.com/en-us/libr...82(VS.85).aspx
    Quote Originally Posted by msdn
    ERROR_PARTIAL_COPY
    299
    0x12B


    Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
    Perhaps the memory in the target address space simply isn't mapped.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 01-13-2008, 02:14 AM
  2. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  3. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  4. Shared Memory - shmget questions
    By hendler in forum C Programming
    Replies: 1
    Last Post: 11-29-2005, 02:15 AM
  5. What's the best memory (RAM) type?
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 12-15-2001, 12:37 AM