A media service subscriber APIs module.
More...
A media service subscriber APIs module.
A SHI_ServiceUser object represents information about a service user.
Gets the details of this service user.
These details are returned as a tree of SHI_Attribute objects that represent detailed information about the service user. If no details are available for this service user, this method returns SHI_ERROR_NOT_AVAILABLE.
- Parameters
-
self | The SHI_ServiceUser whose details will be returned. |
details | Address of a SHI_Attribute pointer that will be set to refer to a SHI_Attribute object containing the details. |
Gets basic information about this service user.
- Parameters
-
self | The SHI_ServiceUser for which the information is obtained. |
info | A pointer to a SHI_ServiceUserInfo structure in which the information will be returned. |
Obtains a pointer to a SHI_ServiceUser object with a different interface.
This method returns NULL if the object does not implement the requested interface.
- Parameters
-
self | The SHI_ServiceUser whose interface will be returned. |
iface_id | The ID of the interface that is requested. |
- Returns
- A pointer to the requested interface, or NULL if the object does not implement it.
Releases this service user object.
The object can no longer be used after this method returns. All objects obtained from method calls to this object must be released before this object is released.
- Parameters
-
self | The SHI_ServiceUser to release. |