Function win_sys::FileSystem::CreateFile2[][src]

pub unsafe fn CreateFile2<'a, Param0>(
    lpfilename: Param0,
    dwdesiredaccess: FILE_ACCESS_FLAGS,
    dwsharemode: FILE_SHARE_MODE,
    dwcreationdisposition: FILE_CREATION_DISPOSITION,
    pcreateexparams: *const CREATEFILE2_EXTENDED_PARAMETERS
) -> HANDLE where
    Param0: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security