Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

ITaskbarList2 (shell32)
 
.
Summary
Extends the ITaskbarList interface by exposing a method to mark a window as a full-screen display.

C# Signature:

    [ComImport,
    Guid("ea1afb91-9e28-4b86-90e9-9e9f8a5eefaf"),
    InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface ITaskbarList2 : ITaskbarList
    {
    /// <summary>
    /// Marks a window as full-screen
    /// </summary>
    /// <param name="hWnd"></param>
    /// <param name="fFullscreen"></param>
    void MarkFullscreenWindow([In] IntPtr hWnd, [In] int fFullscreen);
    }

VB Signature:

Declare Function ITaskbarList2 Lib "shell32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

http://code.msdn.microsoft.com/WindowsAPICodePack

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation

http://msdn.microsoft.com/en-us/library/bb774638(VS.85).aspx

Please edit this page!

Do you have...

  • helpful tips or sample code to share for using this API in managed code?
  • corrections to the existing content?
  • variations of the signature you want to share?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions