pub unsafe extern "system" fn CreateLogFile(
    pszlogfilename: PCWSTR,
    fdesiredaccess: FILE_ACCESS_FLAGS,
    dwsharemode: FILE_SHARE_MODE,
    psalogfile: *mut SECURITY_ATTRIBUTES,
    fcreatedisposition: FILE_CREATION_DISPOSITION,
    fflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES
) -> HANDLE
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_Security"