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


In This Topic
    MUEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MUEI( _
       ByVal nUEI As System.IntPtr, _
       ByRef OUEI As System.Guid, _
       ByRef pUEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim nUEI As System.IntPtr
    Dim OUEI As System.Guid
    Dim pUEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.MUEI(nUEI, OUEI, pUEI)
    public static System.int MUEI( 
       System.IntPtr nUEI,
       ref System.Guid OUEI,
       out System.int pUEI
    )

    Parameters

    nUEI
    OUEI
    pUEI
    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