HOw to use CreateFile() in windows9x?
I try to use createfile in windows9x but i couldn't. the result is -1
In WINNT.4.0 it's work. lpFilename ="\\\\.\\a:" is good in NT but
in 9x doesn't work.
Please, if you try this function and it's work in 9x, send me an example
Thanks!
# 1 Re: HOw to use CreateFile() in windows9x?
>I try to use createfile in windows9x but i couldn't. the result is -1
>In WINNT.4.0 it's work. lpFilename ="\\\\.\\a:" is good in NT but
>in 9x doesn't work.
Marginean,
That's simply not supported on Windows 9x. What are you doing with the
handle returned on Windows NT/2000? Perhaps there's some workaround
for Windows 9x.
Mattias
__________________________________________________
Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
VB+ http://hem.spray.se/mattias.sjogren/
Please send questions/replies to the newsgroups
# 2 Re: HOw to use CreateFile() in windows9x?
>I try to use createfile in windows9x but i couldn't. the result is -1
>In WINNT.4.0 it's work. lpFilename ="\\\\.\\a:" is good in NT but
>in 9x doesn't work.
Marginean,
That's simply not supported on Windows 9x. What are you doing with the
handle returned on Windows NT/2000? Perhaps there's some workaround
for Windows 9x.
Mattias
__________________________________________________
Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
VB+ http://hem.spray.se/mattias.sjogren/
Please send questions/replies to the newsgroups