3.2.5.2.4 INtmsObjectManagement1 Interface

The INtmsObjectManagement1 interface is implemented by the server to support security, attribute management, and enumeration for objects. The UUID for this interface is "B057DC50-3059-11D1-8FAF-00A024CB6019". The version for this interface is "1.0".

INtmsObjectManagement1 inherits the IUnknown interface ([MS-DCOM] section 3.1.1.5.8). Opnums 0, 1, and 2 are IUnknown::QueryInterface, IUnknown::AddRef, and IUnknown::Release.

Methods in RPC Opnum Order

Method

Description

GetNtmsObjectSecurity

Retrieves the security descriptor of an object.

Opnum: 3

SetNtmsObjectSecurity

Changes the security descriptor of an object.

Opnum: 4

GetNtmsObjectAttributeA

Retrieves private data from an object as a sequence of ASCII characters.

Opnum: 5

GetNtmsObjectAttributeW

Retrieves private data from an object as a sequence of Unicode characters.

Opnum: 6

SetNtmsObjectAttributeA

Changes the private data of an object, with strings encoded using ASCII.

Opnum: 7

SetNtmsObjectAttributeW

Changes the private data of an object, with strings encoded using Unicode.

Opnum: 8

EnumerateNtmsObject

Enumerates the objects of a container.

Opnum: 9

DisableNtmsObject

Disables an object.

Opnum: 10

EnableNtmsObject

Enables an object.

Opnum: 11

All methods MUST NOT throw exceptions.