共用方式為


CLFS_MGMT_NOTIFICATION 結構 (clfsmgmt.h)

CLFS_MGMT_NOTIFICATION 結構會指定用戶端接收之通知的相關信息。

語法

typedef struct _CLFS_MGMT_NOTIFICATION {
  CLFS_MGMT_NOTIFICATION_TYPE Notification;
  CLFS_LSN                    Lsn;
  USHORT                      LogIsPinned;
} CLFS_MGMT_NOTIFICATION, *PCLFS_MGMT_NOTIFICATION;

成員

Notification

要接收的通知類型。 下列值有效。

意義
ClfsMgmtAdvanceTailNotification
0
要前進記錄尾的通知。 如需詳細資訊,請參閱 LOG_TAIL_ADVANCE_CALLBACK
ClfsMgmtLogFullHandlerNotification
1
呼叫 HandleLogFull 的通知已完成。 如需詳細資訊,請參閱 LOG_FULL_HANDLER_CALLBACK
ClfsMgmtLogUnpinnedNotification
2
記錄檔未釘選的通知。 如需詳細資訊,請參閱 LOG_UNPINNED_CALLBACK
ClfsMgmtLogWriteNotification
3
將非零位元組數寫入記錄檔的通知。 如需詳細資訊,請參閱 RegisterForLogWriteNotification

SP1 之前的 Windows Server 2003 R2 和 Windows Vista: 不支援此值。

Lsn

如果 NotificationClfsMgmtAdvanceTailNotification,Lsn 會指定目標記錄序號, (LSN) 客戶端應該將記錄尾往前。

LogIsPinned

如果 NotificationClfsMgmtLogUnpinnedNotification,LogIsPinned 表示記錄已釘選。 如果已釘選記錄檔,則此成員為 TRUE

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 R2 [僅限傳統型應用程式]
標頭 clfsmgmt.h

另請參閱

CLFS 管理結構

ReadLogNotification