RtndEndDriver

RtndEndDriver ends a driver that was initiated by the RtndInitDriver function.

Syntax

Copy
VOID RtndEndDriver(
);

Parameters

This function has no parameters.

Remarks

The Network Link Layer (NL2) calls the RtndInitDriver function after it requests the Subsystem to load a driver. For each call to RtndInitDriver, the NL2 calls RtndEndDriver before it requests the Subsystem to unload the driver.

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: