CAmvConn::GetConnectedSystem()

Retrieve the name of the project that viewer is connected to.

Syntax

LPCTSTR GetConnectedSystem()

Data Type

LPCTSTR

Example

CAmvConn* amvConn;

_tprintf(_T("Connected to %s\n"),

        amvConn->GetConnectedSystem());

See Also

CAmvConn::FormConnection()

More information

CAmvConn class member overview.