ITaskbarList4MarkFullscreenWindow Method

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult MarkFullscreenWindow(
	IntPtr hWnd,
	bool fFullscreen
)

Parameters

hWnd  IntPtr

[Missing <param name="hWnd"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]

fFullscreen  Boolean

[Missing <param name="fFullscreen"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]

See Also