Implementing a virtual file by overriding Win32 File API
Posted
by imays
on Stack Overflow
See other posts from Stack Overflow
or by imays
Published on 2010-04-09T12:16:43Z
Indexed on
2010/04/09
12:43 UTC
Read the original article
Hit count: 326
virtual-file
|createfile
Is there any way to override Win32 File API such as CreateFile()? I want my app to see a virtual file solely for my app, however, the virtual file does not exist actually.
© Stack Overflow or respective owner