OID_CO_AF_CLOSE
The OID_CO_AF_CLOSE OID is sent by a call manager that must unbind itself from an underlying miniport driver. Before unbinding itself from the miniport driver, the call manager sends this OID to each client that has an address family open with the call manager. In response, the client should do the following:
If the client has any active multipoint connections, call NdisClDropParty as many times as necessary until only a single party remains active on each multipoint VC
Call NdisClCloseCall as many times as necessary to close all calls still open with the call manager
Call NdisClDeregisterSap as many times as necessary to deregister all SAPs that the client has registered with the call manager
Call NdisClCloseAddressFamily to close the address family referenced by NdisAfHandle in the request that contained OID_CO_AF_CLOSE
Requirements
Version: Windows Vista and later Header: Ntddndis.h (include Ndis.h)