Function win_sys::FileSystem::CreateFileW [−][src]
pub unsafe fn CreateFileW<'a, Param0, Param6>(
lpfilename: Param0,
dwdesiredaccess: FILE_ACCESS_FLAGS,
dwsharemode: FILE_SHARE_MODE,
lpsecurityattributes: *const SECURITY_ATTRIBUTES,
dwcreationdisposition: FILE_CREATION_DISPOSITION,
dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
htemplatefile: Param6
) -> HANDLE where
Param0: IntoParam<'a, PWSTR>,
Param6: IntoParam<'a, HANDLE>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security