IAppVisibility::GetAppVisibilityOnMonitor method
Queries the current mode of the specified monitor.
Syntax
HRESULT GetAppVisibilityOnMonitor(
[in] HMONITOR hMonitor,
[out] MONITOR_APP_VISIBILITY *pMode
);
Parameters
- hMonitor [in]
-
The monitor to query.
- pMode [out]
-
The current mode of hMonitor.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
pMode is NULL. |
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also
Show: