[PreserveSigAttribute]
HResult MarkFullscreenWindow(
IntPtr hWnd,
bool fFullscreen
)
<PreserveSigAttribute>
Function MarkFullscreenWindow (
hWnd As IntPtr,
fFullscreen As Boolean
) As HResult
Dim instance As ITaskbarList4
Dim hWnd As IntPtr
Dim fFullscreen As Boolean
Dim returnValue As HResult
returnValue = instance.MarkFullscreenWindow(hWnd,
fFullscreen)
[PreserveSigAttribute]
HResult MarkFullscreenWindow(
IntPtr hWnd,
bool fFullscreen
)
[<PreserveSigAttribute>]
abstract MarkFullscreenWindow :
hWnd : IntPtr *
fFullscreen : bool -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="hWnd"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]
[Missing <param name="fFullscreen"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.MarkFullscreenWindow(System.IntPtr,System.Boolean)"]