Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSSecurityRole Interface Reference

List of all members.

Detailed Description

Security Role objects are first-class objects that associate a name with a specific set of privileges.

They expose the IDSSSecurityRole interface as well as IDSSPrivileges (and IDSSObjectInfo).


Public Member Functions

HRESULT Info ([out, retval] IDSSObjectInfo ppInfo)
 Returns a pointer to the IDSSObjectInfo interface for this object.
HRESULT Privileges ([out, retval] IDSSPrivileges ppPrivileges)
 Returns a pointer to the IDSSPrivileges interface for this object.


Member Function Documentation

HRESULT IDSSSecurityRole::Info [out, retval] IDSSObjectInfo   ppInfo  ) 
 

Returns a pointer to the IDSSObjectInfo interface for this object.

Returns a pointer to the IDSSObjectInfo interface for this object.

Parameters:
ppInfo Returns a pointer to the IDSSObjectInfo interface for this object.
Returns:
Usual COM result code:
  • S_OK Call succeeded.
  • E_POINTER User supplied a NULL output parameter.

HRESULT IDSSSecurityRole::Privileges [out, retval] IDSSPrivileges   ppPrivileges  ) 
 

Returns a pointer to the IDSSPrivileges interface for this object.

Returns a pointer to the IDSSPrivileges interface for this object.

Parameters:
ppPrivileges Returns a pointer to the IDSSPrivileges interface for this object.
Returns:
Usual COM result code:
  • S_OK Call succeeded.
  • E_POINTER User supplied a NULL output parameter.


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.