CAmvSetupList::SetupID()

Get a pointer to the ID of the current setup or retrieve the ID of the current setup into a user-supplied buffer.

Syntax

CAmvConn* amvConn;

amvConn->Setups->SetupID();

amvConn->Setups->SetupID(TCHAR setupID[]);

Data Type

const TCHAR*

Example

Print the name of the current setup:

_tprintf(_T("Setup is %s\n"), amvConn->Setups->SetupID());

More information

CAmvSetupList class member overview.