IDVBCMClient::cmnode

Method Signatures

 

C\C++

HRESULT get_CMNode(

BSTR *bstrCMNode)

VB

Public Property Get CMNode( ) As String

This property returns the computer node of the currently connected Campaign Manager Server.

Return Values

S_OK - success

else - failed

Memory Allocation

none

Visual Basic Usage Example

Private Sub Button1_Click()
    Dim szConnectedCMServer As String
    szConnectedCMServer = DVBCMClient1.CMNode
End Sub

Parameter Name

Purpose

szConnectedCMServer

String representation of the connected CM server node.