Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / bSdI Method


In This Topic
    bSdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bSdI( _
       ByVal CSdI As System.Integer, _
       ByRef dSdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim CSdI As System.Integer
    Dim dSdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.bSdI(CSdI, dSdI)
    public static System.int bSdI( 
       System.int CSdI,
       out System.IntPtr dSdI
    )

    Parameters

    CSdI
    dSdI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also