IBdnRouter::DeleteRoute

[This is preliminary documentation and subject to change.]

The DeleteRoute method deletes a route used by the MMR.

Syntax

HRESULT DeleteRoute(
  BDN_ROUTE * pbrRoute
);
 

Parameters

pbrRoute
Pointer to a structure containing the information about the route to delete.

Return Value

Returns S_OK if the route was successfully deleted.

Remarks

DeleteRoute only deletes routes created in the current process.

See Also

IBdnRouter::CreateRoute