FILTER_REPLY_HEADER structure (fltuserstructures.h)

The FILTER_REPLY_HEADER structure contains message reply header information.

Syntax

typedef struct _FILTER_REPLY_HEADER {
  NTSTATUS  Status;
  ULONGLONG MessageId;
} FILTER_REPLY_HEADER, *PFILTER_REPLY_HEADER;

Members

Status

Status value to be returned for the original message.

MessageId

Unique ID received in the MessageId field of the original message.

Remarks

This structure is allocated by a user-mode application. It is a container for a reply that the application sends in response to a message received from a kernel-mode minifilter or minifilter instance.

Requirements

Requirement Value
Header fltuserstructures.h (include FltUser.h, Fltkernel.h)

See also

FILTER_MESSAGE_HEADER

FilterReplyMessage