TSmlDmAccessTypes Class Reference
#include
<smldmadapter.h>
Link against: nsmldmhostserver.lib
Detailed Description
This class sets the access types which are allowed for a DM object.
Member Enumeration Documentation
Enum anonymous
Enumerator | Value | Description |
---|
EAccessType_Add | 0x01 |
The DM Command Add is permitted on this DM object
|
EAccessType_Copy | 0x02 |
The DM Command Copy is permitted on this DM object
|
EAccessType_Delete | 0x04 |
The DM Command Delete is permitted on this DM object
|
EAccessType_Exec | 0x08 |
The DM Command Exec is permitted on this DM object
|
EAccessType_Get | 0x10 |
The DM Command Get is permitted on this DM object
|
EAccessType_Replace | 0x20 |
The DM Command Replace is permitted on this DM object
|
Constructor & Destructor Documentation
TSmlDmAccessTypes ( )
TSmlDmAccessTypes | ( | ) | [inline] |
Member Function Documentation
GetACL ( )
The function obtains the bitfield composed from each access type that has been set
Reset ( )
The function resets all access types previously defined in this object.
SetAdd ( )
The function sets Add access type property.
SetCopy ( )
The function sets Copy access type property.
SetDelete ( )
The function sets Delete access type property.
SetExec ( )
The function sets Execute access type property.
SetGet ( )
The function sets Get access type property.
SetReplace ( )
The function sets Replace access type property.