IBdnRouter::EnumVif

[This is preliminary documentation and subject to change.]

The EnumVif method returns a list of the virtual interfaces (VIFs) used by the MMR.

Syntax

HRESULT EnumVif(
  DWORD * pdwVifCnt, 
  BDN_VIF ** ppbvVifList
);
 

Parameters

pdwVifCnt
The number of BDN_VIF structures returned.
ppbvVifList
Pointer a variable that points to an array of structures containing information about the VIFs used by the MMR.

Return Value

Returns S_OK if the MMR successfully returned a list of BDN_VIF structures.