IWindowsParentalControlsCore::GetVisibility method (wpcapi.h)
Indicates the visibility of the Parental Controls user interface.
Syntax
HRESULT GetVisibility(
[out] WPCFLAG_VISIBILITY *peVisibility
);
Parameters
[out] peVisibility
Indicates whether the user interface is hidden. This parameter can be one of the following values.
Value | Meaning |
---|---|
|
The user interface is visible. |
|
The user interface is hidden. |
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The method completed successfully. |
|
A pointer argument is NULL. |
|
There is insufficient memory to complete the operation. |
|
The method failed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | wpcapi.h |