Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the information for each user by using the Parental Controls Control Panel. This interface is implemented by third parties.
Syntax
HRESULT GetUserSummary(
[in] BSTR bstrSID,
[out] BSTR *pbstrUserSummary
);
Parameters
[in] bstrSID
A string that contains the security identifier (SID) of the user whose settings you want to obtain.
[out] pbstrUserSummary
A pointer to a string that contains the summary details for the user specified in the bstrSID parameter.
Return value
If the method succeeds, the function 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.
Remarks
The user summary string is used to display information under each user in the Parental Controls Control Panel.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | wpcapi.h |