RtkRtssDetach

RtkRtssDetach detaches a kernel device driver from RTSS.

Syntax

VOID RtkRtssDetach(
    RTSSINST RtssInst
    PULONG pErrorCode,
);

Parameters

RtssInst

An RTSSINST value returned from a call to RtkRtssAttach.

pErrorCode

A pointer to a location where additional error information may be returned. This location need not be defined; the user may pass a NULL value. If defined, this location is set to NULL if no error occurred.

Return Values

The function always succeeds.

Remarks

This call is made only once by a kernel-resident device driver to disconnect or detach from RTSS. This call is usually made at, but not restricted to, driver unload.

Requirements

Header Rtkapi.h
Library rtx_rtk.lib

See Also:

RtkRtssAttach

IntervalZero.com | Support | Give Feedback