Function windows::Win32::Storage::FileSystem::CreateLogFile

pub unsafe fn CreateLogFile<P0>(
    pszlogfilename: P0,
    fdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    psalogfile: *mut SECURITY_ATTRIBUTES,
    fcreatedisposition: FILE_CREATION_DISPOSITION,
    fflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<HANDLE>
where P0: Param<PCWSTR>,