0x001F0001 | 由筛选器完成 IO。 |
The IO was completed by a filter. |
0x801F0001 | 筛选器未定义此操作的处理程序。 |
A handler was not defined by the filter for this operation. |
0x801F0002 | 已定义此对象的上下文。 |
A context is already defined for this object. |
0x801F0003 | 异步请求对此操作无效。 |
Asynchronous requests are not valid for this operation. |
0x801F0004 | 不允许此操作的快速 IO 路径。 |
Disallow the Fast IO path for this operation. |
0x801F0005 | 发出了无效的名称请求。请求的名称此时无法检索。 |
An invalid name request was made. The name requested cannot be retrieved at this time. |
0x801F0006 | 此时将此操作发送到工作线程进行进一步处理是不安全的,因为这样会导致系统死锁。 |
Posting this operation to a worker thread for further processing is not safeat this time because it could lead to a system deadlock. |
0x801F0007 | 当筛选器尝试注册时,无法初始化筛选器管理器。请确保筛选器管理器已加载为驱动程序。 |
The Filter Manager was not initialized when a filter tried to register. Makesure that the Filter Manager is getting loaded as a driver. |
0x801F0008 | 筛选器没有准备就绪以连接到卷,因为尚未完成初始化(尚未调用 FltStartFiltering)。 |
The filter is not ready for attachment to volumes because it has not finishedinitializing (FltStartFiltering has not been called). |
0x801F0009 | 筛选器此时必须清理所有操作特定的上下文,因为在低级驱动程序完成该操作之前,它已从系统删除。 |
The filter must cleanup any operation specific context at this time becauseit is being removed from the system before the operation is completed bythe lower drivers. |
0x801F000A | 筛选器管理器有一个内部错误,它无法从中恢复,因此该操作失败。 这通常是由于筛选器从之前的操作回调了无效值导致的。 |
The Filter Manager had an internal error from which it cannot recover,therefore the operation has been failed. This is usually the resultof a filter returning an invalid value from a pre-operation callback. |
0x801F000B | 为该操作指定的对象正处在删除过程中,因此此时无法完成请求的操作。 |
The object specified for this action is in the process of beingdeleted, therefore the action requested cannot be completed atthis time. |
0x801F000C | 必须对此类型的上下文使用非分页缓冲池。 |
Non-paged pool must be used for this type of context. |
0x801F000D | 为操作提供了重复的处理程序定义。 |
A duplicate handler definition has been provided for an operation. |
0x801F000E | 回调数据队列已禁用。 |
The callback data queue has been disabled. |
0x801F000F | 此时不要将筛选器附加到卷。 |
Do not attach the filter to the volume at this time. |
0x801F0010 | 此时不要从卷分离筛选器。 |
Do not detach the filter from the volume at this time. |
0x801F0011 | 在指定卷的此高度上已存在实例。 |
An instance already exists at this altitude on the volume specified. |
0x801F0012 | 在指定卷上已存在此名称的实例。 |
An instance already exists with this name on the volume specified. |
0x801F0013 | 系统无法找到指定的筛选器。 |
The system could not find the filter specified. |
0x801F0014 | 系统无法找到指定的卷。 |
The system could not find the volume specified. |
0x801F0015 | 系统无法找到指定的实例。 |
The system could not find the instance specified. |
0x801F0016 | 找不到为给定请求注册的上下文分配定义。 |
No registered context allocation definition was found for the given request. |
0x801F0017 | 注册上下文期间指定了无效的参数。 |
An invalid parameter was specified during context registration. |
0x801F0018 | 在筛选器管理器的名称缓存中找不到请求的名称,无法从文件系统中检索。 |
The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. |
0x801F0019 | 给定的卷中不存在请求的设备对象。 |
The requested device object does not exist for the given volume. |
0x801F001A | 已装载指定的卷。 |
The specified volume is already mounted. |
0x801F0020 | 不存在等候筛选器回复此消息的程序。 |
No waiter is present for the filter's reply to this message. |