NmrProviderDetachClientComplete function (netioddk.h)
The NmrProviderDetachClientComplete function notifies the NMR that a provider module has completed detaching from a client module.
Syntax
void NmrProviderDetachClientComplete(
[in] HANDLE NmrBindingHandle
);
Parameters
[in] NmrBindingHandle
A handle used by the NMR to represent the binding between the client module and the provider module. The NMR passes this handle to the provider module when it calls the provider module's ProviderAttachClient callback function.
Return value
None
Remarks
A provider module calls the NmrProviderDetachClientComplete function when it asynchronously completes detaching from a client module after returning STATUS_PENDING from its ProviderDetachClient callback function.
A provider module should not call the NmrProviderDetachClientComplete function if it returns STATUS_SUCCESS from its ProviderDetachClient callback function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | netioddk.h (include Wsk.h) |
Library | Netio.lib |
IRQL | <= DISPATCH_LEVEL |