ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / ClassInstance Class / GetInstanceName Method

In This Topic
    GetInstanceName Method
    In This Topic
    void ID3D11ClassInstance::GetInstanceName([Out, Buffer, Optional] char* pInstanceName,[InOut] SIZE_T* pBufferLength)
    Syntax
    'Declaration
     
    Public Sub GetInstanceName( _
       ByVal instanceNameRef As IntPtr, _
       ByRef bufferLengthRef As PointerSize _
    ) 
    public void GetInstanceName( 
       IntPtr instanceNameRef,
       ref PointerSize bufferLengthRef
    )

    Parameters

    instanceNameRef
    bufferLengthRef
    See Also