Rtfwnl2DeleteInterface

Rtfwnl2DeleteInterface deletes a Network Link Layer (NL2) interface.

Syntax

Copy
bool Rtfwnl2DeleteInterface(
    [in] TCHAR * Name
);

Parameters

[in] Name

A pointer to the name of an existing NL2 interface to delete. This value is not case sensitive.

Return Value

If the function succeeds, it returns true. If the function fails, it returns false and sets the last error.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

Rtfwnl2Api.h

Rtfwnl2Api.lib

See Also: