Platform SDK: Removable Storage Manager

NTMS_NOTIFICATIONINFORMATION

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntmsapi.h.