Is it possible to get the underlying file HANDLE from a std::ofstream (Visual C++ 2005)?
This is the opposite of this question:
Can I use CreateFile, but for
No. You can't even get at the FILE* (or _Filet* as it's internally known) inside std::basic_filebuf.
FILE*
_Filet*
std::basic_filebuf