VOID
DrvSetMapperName(
LPTSTR SetupName
);
The DrvSetMapperName function specifies the name of the map that the MIDI Mapper should use.
Parameters
SetupName
Pointer to a string representing the name of the mapping to use.
Return Value
None.
Comments
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.