File_OpenW

Open an existing file with read / write access and return the file handle. This is the Unicode version of File_Open, File_OpenA is the Ansi version.

File_OpenW PROTO lpszFilename:QWORD

Parameters

  • lpszFilename - Parameter details.

Returns

A file handle if successful or INVALID_HANDLE_VALUE if an error occurred.

Notes

This function as based on the MASM32 Library macro: fcreateW

See Also

File_OpenA, File_CreateA, File_CreateW, File_Close, File_Read, File_Write