typedef NTSTATUS SOUND_REGISTRY_CALLBACK_ROUTINE(PWSTR RegistryPathName, PVOID Context);
SOUND_REGISTRY_CALLBACK_ROUTINE is the type definition for the callback function that is called by SoundEnumSubkeys.
The function should save the path name pointer in device-specific storage, and use it as input to soundlib.lib functions requiring a registry path to a hardware device.
Note: Prior to being unloaded, the driver must deallocate the space allocated to the path name.