NTMS_NOTIFICATIONINFORMATION structure (ntmsapi.h)

[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]

The NTMS_NOTIFICATIONINFORMATION structure defines an object and operation that occurred in the RSM database.

Syntax

typedef struct _NTMS_NOTIFICATIONINFORMATION {
  DWORD     dwOperation;
  NTMS_GUID ObjectId;
} NTMS_NOTIFICATIONINFORMATION, *LPNTMS_NOTIFICATIONINFORMATION;

Members

dwOperation

Operation that occurred on the object. This member 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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntmsapi.h

See also

WaitForNtmsNotification