ITaskbarList2 (Windows CE 5.0)
This interface extends the ITaskbarList interface by providing a method to mark a window as a full-screen display.
Methods
The following table shows the method for this interface.
Method | Description |
---|---|
MarkFullscreenWindow | This method is used to mark a window as full-screen. |
Remarks
The shell is can automatically attempt to detect full-screen applications, but it is not as reliable as using the ITaskbarList2::MarkFullscreenWindow method.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.
See Also
Send Feedback on this topic to the authors