// ndis.h
VOID NdisClNotifyCloseAddressFamilyComplete(
[in] NDIS_HANDLE NdisAfHandle,
[in] NDIS_STATUS Status
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisClNotifyCloseAddressFamilyComplete function returns the final status of an address family (AF) close operation for which the caller's ProtocolClNotifyCloseAf function returned NDIS_STATUS_PENDING.
NdisAfHandle [in]An AF handle that NDIS supplied to the caller's NdisClOpenAddressFamilyEx function.
Status [in]The completion status for close AF notification.
Status can be one of the following:
The client successfully closed its address family.
The client failed the request for some driver-determined reason.
CoNDIS clients call the NdisClNotifyCloseAddressFamilyComplete function to complete a close AF notification. A client must call NdisClNotifyCloseAddressFamilyComplete after its ProtocolClNotifyCloseAf function returns NDIS_STATUS_PENDING.
After the client calls NdisClNotifyCloseAddressFamilyComplete, NDIS calls the call manager's ProtocolCmNotifyCloseAfComplete function to complete operation for the call manager.
ProtocolCmNotifyCloseAfComplete