Expand description
Change Notify Request and Response, and Server to Client Notification messages and related types.
Structs§
- Change
Notify Request - 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.
- Change
Notify Response - 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.
- Notify
Filter - 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.
- Notify
Flags - Flags for SMB2 CHANGE_NOTIFY Request indicating how the operation must be processed.
- Notify
Session Closed - SMB2_NOTIFY_SESSION_CLOSED structure embedded within the SMB2_SERVER_TO_CLIENT_NOTIFICATION structure when the notification type is SmbNotifySessionClosed.
- Server
ToClient Notification - 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.
- Notification
Type - SMB_NOTIFICATION_ID enumeration values for server to client notifications.