Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / jQlI Class / WCMI Method


In This Topic
    WCMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function WCMI( _
       ByVal xCMI As System.IntPtr, _
       ByVal YCMI As System.Integer, _
       ByVal AdMI As System.UInteger, _
       ByRef bdMI As jQlI.OfMI _
    ) As System.Integer
    'Usage
     
    
    Dim xCMI As System.IntPtr
    Dim YCMI As System.Integer
    Dim AdMI As System.UInteger
    Dim bdMI As jQlI.OfMI
    Dim value As System.Integer
     
    value = jQlI.WCMI(xCMI, YCMI, AdMI, bdMI)
    internal static System.int WCMI( 
       System.IntPtr xCMI,
       System.int YCMI,
       System.uint AdMI,
       ref jQlI.OfMI bdMI
    )

    Parameters

    xCMI
    YCMI
    AdMI
    bdMI
    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