DrtDeleteNullSecurityProvider function (drt.h)

The DrtDeleteNullSecurityProvider function deletes a null security provider for a Distributed Routing Table.

Syntax

void DrtDeleteNullSecurityProvider(
  [in] DRT_SECURITY_PROVIDER *pSecurityProvider
);

Parameters

[in] pSecurityProvider

Pointer to a DRT_SECURITY_PROVIDER structure specifying the security provider to delete.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 Professional [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header drt.h
Library Drtprov.lib
DLL Drt.dll

See also

DRT_SECURITY_PROVIDER

DrtCreateNullSecurityProvider