typedef NTSTATUS SOUND_QUERY_FORMAT_ROUTINE (PLOCAL_DEVICE_INFO, PPCMWAVEFORMAT);
SOUND_QUERY_FORMAT_ROUTINE is the type definition for a function used to determine if a specified wave format is supported.
Drivers using soundlib.lib define a function modeled on this type and place its address in the QueryFormat member of a WAVE_INFO structure.