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.
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 |