Allows the user to obtain profile descriptions. See Renga profile editor. This interface can be obtained from IProject interface.
More...
|
HRESULT | Contains ([in] int id, [out, retval] VARIANT_BOOL *pContains) |
| Indicates whether the manager contains the profile description specified by the identifier.
|
|
HRESULT | GetIds ([out, retval] SAFEARRAY(int) *pIds) |
| Gets the identifiers of profile descriptions.
|
|
HRESULT | GetProfileDescription ([in] int id, [out, retval] IProfileDescription **ppProfileDescription) |
| Returns the profile description specified by the identifier.
|
|
Allows the user to obtain profile descriptions. See Renga profile editor. This interface can be obtained from IProject interface.
- See also
- IProject, IProfileDescription
◆ Contains()
HRESULT Contains |
( |
[in] int | id, |
|
|
[out, retval] VARIANT_BOOL * | pContains ) |
Indicates whether the manager contains the profile description specified by the identifier.
- Parameters
-
[in] | id | Identifier of the profile description. |
[out] | pContains | TRUE if the manager contains the profile description; otherwise returns FALSE. |
◆ GetIds()
HRESULT GetIds |
( |
[out, retval] SAFEARRAY(int) * | pIds | ) |
|
Gets the identifiers of profile descriptions.
- Returns
- An array containing the identifiers of profile descriptions.
◆ GetProfileDescription()
HRESULT GetProfileDescription |
( |
[in] int | id, |
|
|
[out, retval] IProfileDescription ** | ppProfileDescription ) |
Returns the profile description specified by the identifier.
- Parameters
-
[in] | id | Identifier of the profile description. |
[out] | ppProfileDescription | The requested profile description, or nullptr if the profile description is not found. |