Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The OID_ATM_ILMI_VPIVCI OID requests an ATM miniport driver to return the VPI/VCI for an Interim Local Management Interface as a structure of type ATM_VPIVCI, which is defined as follows:
typedef struct _ATM_VPIVCI {
ULONG Vpi;
ULONG Vci;
} ATM_VPIVCI, *PATM_VPIVCI;
The members of this structure contain the following information:
Vpi
The VPI of the ILMI VC.Vci
The VCI of the ILMI VC.
If the miniport driver has an assigned VPI/VCI for the ILMI (acquired, for example, from the registry), it returns the VPI/VCI value. Otherwise, the miniport driver returns NDIS_STATUS_NOT_SUPPORTED.