InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByVal fDeleteOnRelease As Boolean, _
       ByRef ppLkbyt As IntPtr _
    ) As Integer
    public static int CreateILockBytesOnHGlobal( 
       IntPtr hGlobal,
       bool fDeleteOnRelease,
       ref IntPtr ppLkbyt
    )

    Parameters

    hGlobal
    fDeleteOnRelease
    ppLkbyt
    See Also