Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NShell32 Class / SHAppBarMessage Method


In This Topic
    SHAppBarMessage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SHAppBarMessage( _
       ByVal message As System.Integer, _
       ByRef barData As NShell32.APPBARDATA _
    ) As System.IntPtr
    'Usage
     
    
    Dim message As System.Integer
    Dim barData As NShell32.APPBARDATA
    Dim value As System.IntPtr
     
    value = NShell32.SHAppBarMessage(message, barData)
    public static System.IntPtr SHAppBarMessage( 
       System.int message,
       ref NShell32.APPBARDATA barData
    )

    Parameters

    message
    barData
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also