ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateILockBytesOnHGlobal Method

In This Topic
    CreateILockBytesOnHGlobal Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreateILockBytesOnHGlobal( _
       ByVal hGlobal As System.IntPtr, _
       ByVal fDeleteOnRelease As System.Boolean, _
       ByRef ppLkbyt As System.IntPtr _
    ) As System.Integer
    public static System.int CreateILockBytesOnHGlobal( 
       System.IntPtr hGlobal,
       System.bool fDeleteOnRelease,
       ref System.IntPtr ppLkbyt
    )

    Parameters

    hGlobal
    fDeleteOnRelease
    ppLkbyt
    See Also