VOID
DrvSetMapperName(
LPTSTR SetupName
);
The DrvSetMapperName function specifies the name of the map that the MIDI Mapper should use.
None.
The functions assigns the specified string to be the value of “Mapping Name”, under the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Midimap.
Drivers must call DrvCreateServicesNode before calling DrvSetMapperName.
For additional information, see Installing and Configuring your Driver, Using drvlib.lib.