[This is preliminary documentation and subject to change.]
The NTMS_NOTIFICATIONINFORMATION data structure defines an object and operation that occurred in the RSM database.
typedef struct _NTMS_NOTIFICATIONINFORMATION {
DWORD dwOperation;
NTMS_GUID ObjectId
} NTMS_NOTIFICATIONINFORMATION, *LPNTMS_NOTIFICATIONINFORMATION;
Value | Meaning |
---|---|
NTMS_OBJ_INSERT | New object was inserted. |
NTMS_OBJ_DELETE | Object was deleted. |
NTMS_OBJ_UPDATE | Object was updated. |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.