Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 |
|---|---|
|
New object was inserted. |
|
Object was deleted. |
|
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 |