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


In This Topic
    Shell_GetImageLists Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function Shell_GetImageLists( _
       ByRef large As System.IntPtr, _
       ByRef small As System.IntPtr _
    ) As System.Boolean
    'Usage
     
    
    Dim large As System.IntPtr
    Dim small As System.IntPtr
    Dim value As System.Boolean
     
    value = NShell32.Shell_GetImageLists(large, small)
    public static System.bool Shell_GetImageLists( 
       out System.IntPtr large,
       out System.IntPtr small
    )

    Parameters

    large
    small
    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