Function win_sys::FileSystem::CreateFileA
source · [−]pub unsafe fn CreateFileA<'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, PCSTR>,
Param6: IntoParam<'a, HANDLE>, Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’, ‘Win32_Security’