Oct 28, 2010 at 9:37am
In my programe I need to replace _open and _wopen by windows api function, I think the function OpenFile should be the one.
Are their return values are same indeed, since _open/_wopen return int, while OpenFile return HFILE, and those enum type look confusing.
Any suggestion would be appreciated.
Thank you
Last edited on Oct 28, 2010 at 9:38am
Oct 28, 2010 at 3:40pm
Last edited on Oct 28, 2010 at 3:46pm