Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. GetLastError

GetLastError

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mazdak
    wrote on last edited by
    #1

    I use GetLastError in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down

    L A 2 Replies Last reply
    0
    • M Mazdak

      I use GetLastError in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down

      L Offline
      L Offline
      Lakitu
      wrote on last edited by
      #2

      That's really hard to tell without knowing the surrounding code.

      1 Reply Last reply
      0
      • M Mazdak

        I use GetLastError in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down

        A Offline
        A Offline
        Arjan Schouten
        wrote on last edited by
        #3

        Are you doing Serial communications? If so, This is ERROR_IO_PENDING and is NO ERROR!! It just means that WaitCommEvent or ReadFile is busy reading characters but the function returns to let you do some other stuff untill its ready. Or something like that. Search MSDN Online for "Serial Communications in Win32". This helped me a lot. van padoea.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups