Asynchronous Completion Routines I/O, Pointer to routine encapsulated in class

Posted by simplebutperfect on Stack Overflow See other posts from Stack Overflow or by simplebutperfect
Published on 2010-03-19T02:23:16Z Indexed on 2010/03/19 2:31 UTC
Read the original article Hit count: 258

Filed under:
|
|

I was wondering if there was anyway to use functions like ReadFileEx that require a pointer to a function in a class WITHOUT marking the function as static? Thanks in advance. SBP.

© Stack Overflow or respective owner

Related posts about c++

Related posts about asynchronous