InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GlobalFree Method

In This Topic
    GlobalFree Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GlobalFree( _
       ByVal hMem As IntPtr _
    ) As IntPtr
    public static IntPtr GlobalFree( 
       IntPtr hMem
    )

    Parameters

    hMem
    See Also