_CreateFile function

[This function is a wrapper over the CreateFile function. This function may be altered or unavailable in the future. Applications should call CreateFile directly.]

Creates or opens a file. See CreateFile.

Syntax

BOOL _CreateFile(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Msmdun80.dll;
Sqlunirl.dll

See also

CreateFile