Module notify

Module notify 

Source
Expand description

Change Notify Request and Response, and Server to Client Notification messages and related types.

Structs§

ChangeNotifyRequest
SMB2 CHANGE_NOTIFY Request packet sent by the client to request change notifications on a directory. The client can monitor changes on any file or directory contained beneath the specified directory.
ChangeNotifyResponse
SMB2 CHANGE_NOTIFY Response packet sent by the server to transmit the results of a client’s SMB2 CHANGE_NOTIFY Request. Contains an array of FILE_NOTIFY_INFORMATION structures describing the changes.
NotifyFilter
Completion filter specifying the types of changes to monitor. Multiple trigger conditions can be chosen. If any condition is met, the client is notified and the CHANGE_NOTIFY operation is completed.
NotifyFlags
Flags for SMB2 CHANGE_NOTIFY Request indicating how the operation must be processed.
NotifySessionClosed
SMB2_NOTIFY_SESSION_CLOSED structure embedded within the SMB2_SERVER_TO_CLIENT_NOTIFICATION structure when the notification type is SmbNotifySessionClosed.
ServerToClientNotification
SMB2 Server to Client Notification packet sent by the server to indicate an implementation-specific intent without expecting any response from the client.

Enums§

Notification
Notification structure containing the specific notification data based on the notification type.
NotificationType
SMB_NOTIFICATION_ID enumeration values for server to client notifications.