DM_RegisterInterface Function

Registers the new interface

Syntax

void DM_RegisterInterface(DEVICE_INTERFACE* iFace);

Parameters

DEVICE_INTERFACE* - pointer to an interface to be registered

Return Value

N/A

Remarks

N/A

Requirements

dm.h

Example

N/A