NTMS_NOTIFICATIONINFORMATION Structure

[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

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

Ntmsapi.h

See Also

WaitForNtmsNotification

 

 

Send comments about this topic to Microsoft

Build date: 6/9/2011