RtndStopInterface

RtndStopInterface stops an interface.

Syntax

Copy
BOOL RtndStopInterface(
  [in]            ULONG_PTR RtndInterfaceId,
  [in, ignored]   ULONG Flags
);

Parameters

[in] RtndInterfaceId

The number or pointer used to identify the interface. This value is returned by RtndManageInterface.

[in, ignored] Flags

Reserved for future use. The value is set to zero by the NL2. Drivers must ignore this parameter.

Return Value

If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. To get extended error information, call GetLastError.

Remarks

This function is called after RtndShutdownInterface in the case of a normal termination of the NL2 process. This function is never called in case of a Subsystem shutdown.

Characteristics

Real-time requirements

Deterministic behavior

Not required

Shutdown-safe behavior

Not required

Local memory allocation/deallocation restrictions

Process

External MSpace

Internal MSpace

System

Allowed

Allowed

RTSS process

Allowed

Allowed

Windows contiguous memory allocation/deallocation restrictions

Contiguous memory

Allowed

Requirements

Minimum supported version Header

wRTOS 1.0 SDK

Rtnd.h

See Also: