Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / LoadImage Method


In This Topic
    LoadImage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function LoadImage( _
       ByVal hinst As System.IntPtr, _
       ByVal lpszName As System.String, _
       ByVal uType As System.UInteger, _
       ByVal cxDesired As System.Integer, _
       ByVal cyDesired As System.Integer, _
       ByVal fuLoad As System.UInteger _
    ) As System.IntPtr
    'Usage
     
    
    Dim hinst As System.IntPtr
    Dim lpszName As System.String
    Dim uType As System.UInteger
    Dim cxDesired As System.Integer
    Dim cyDesired As System.Integer
    Dim fuLoad As System.UInteger
    Dim value As System.IntPtr
     
    value = NUser32.LoadImage(hinst, lpszName, uType, cxDesired, cyDesired, fuLoad)
    public static System.IntPtr LoadImage( 
       System.IntPtr hinst,
       System.string lpszName,
       System.uint uType,
       System.int cxDesired,
       System.int cyDesired,
       System.uint fuLoad
    )

    Parameters

    hinst
    lpszName
    uType
    cxDesired
    cyDesired
    fuLoad
    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