Q2931_DELETE_PVC structure
Note NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.
The Q2931_DELETE_PVC structure specifies a permanent virtual connection (PVC) to be deleted from a call manager's or MCM driver's list of configured PVCs.
Syntax
typedef struct _Q2931_DELETE_PVC {
ATM_VPIVCI ConnectionId;
} Q2931_DELETE_PVC, *PQ2931_DELETE_PVC;
Members
- ConnectionId
Specifies the VPI/VCI of the PVC, formatted as an ATM_VPIVCI structure. For more information about this structure, see ATM_VPIVCI.
Remarks
Q2931_DELETE_PVC is passed in the variable-length array at Parameters in a CO_SPECIFIC_PARAMETERS structure contained in a CO_PVC structure. A connection-oriented client passes a CO_PVC structure when sending an OID_CO_DELETE_PVC to a call manager or MCM driver. OID_CO_DELETE_PVC deletes a permanent virtual connection (PVC) from the call manager's or MCM driver's list of configured PVCs.
Requirements
Header |
Atm.h (include Atm.h) |
See also