RtcplRegisterRTDLL

Use RtcplRegisterRTDLL to register RTDLLs for use by RTSS processes.

Syntax

BOOL RtcplRegisterRTDLL (
    LPTSTR RTDLLName,
    DWORD RegisterFlags
);

Parameters

RTDLLName

The full path to the RTDLL to be registered.

RegisterFlags

Flags used when registering an RTDLL.

Flag

Description

REGISTER_FLAG_SHARED

RTDLL can be shared by multiple RTSS applications.

REGISTER_FLAG_TEST_LOAD

Test the RTDLL by loading it and unloading it.

REGISTER_FLAG_FORCE

If an RTDLL with the given name is already registered, force the registering of the provided file over the existing RTDLL.

Return Values

TRUE if the function is able to register the RTDLL, FALSE if the function fails

If the call fails, use GetLastError for more information.

Related RTSSRun GUI Features

This function corresponds to the following features in the RTSSRun GUI:

Requirements

Header RtxProp.h
Library RtxProp.lib
IntervalZero.com | Support | Give Feedback