Type Definition dokany_sys::ZwCreateFileCallback

source ·
pub type ZwCreateFileCallback = unsafe extern "stdcall" fn(FileName: LPCWSTR, SecurityContext: PDOKAN_IO_SECURITY_CONTEXT, DesiredAccess: ACCESS_MASK, FileAttributes: ULONG, ShareAccess: ULONG, CreateDisposition: ULONG, CreateOptions: ULONG, DokanFileInfo: PDOKAN_FILE_INFO) -> NTSTATUS;