ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / StgCreateDocfileOnILockBytes Method

In This Topic
    StgCreateDocfileOnILockBytes Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function StgCreateDocfileOnILockBytes( _
       ByVal plkbyt As System.IntPtr, _
       ByVal grfMode As System.UInteger, _
       ByVal reserved As System.UInteger, _
       ByRef ppstgOpen As System.IntPtr _
    ) As System.Integer
    public static System.int StgCreateDocfileOnILockBytes( 
       System.IntPtr plkbyt,
       System.uint grfMode,
       System.uint reserved,
       ref System.IntPtr ppstgOpen
    )

    Parameters

    plkbyt
    grfMode
    reserved
    ppstgOpen
    See Also