IAzClientContext2::AddStringSids method (azroles.h)
The AddStringSids method adds an array of string representations of security identifiers (SIDs) to the client context.
Syntax
HRESULT AddStringSids(
[in] VARIANT varStringSids
);
Parameters
[in] varStringSids
The array of string representations of SIDs to add to the client context.
Return value
If the method succeeds, the method returns S_OK.
If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | azroles.h |
Library | Azroles.lib |
DLL | Azroles.dll |