NTMS_NOTIFICATIONINFORMATION

[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;
 

Members

dwOperation
Operation that occurred on the object. This can be one of the following values.
Value Meaning
NTMS_OBJ_INSERT New object was inserted.
NTMS_OBJ_DELETE Object was deleted.
NTMS_OBJ_UPDATE Object was updated.

ObjectId
Object identifier.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in ntmsapi.h.
  Import Library: Use ntmsapi.lib.