CAmvStateFilterList::First()

Get the first state filter for the connection.

Comments

If the filter list or the connection is found to be invalid, NULL is returned and ret_stat->status is set to COR_FAILURE.

Syntax

CAmvConn* amvConn;

CAmvStateFilter* state_ptr;

COR_STATUS ret_stat;

state_ptr = amvConn->StateFilters->First(&ret_stat);

Data Type

CAmvStateFilter*

See Also

CAmvStateFilterList::Next()

More information

CAmvStateFilterList class member overview.