SynthCleanup

VOID
   SynthCleanup(
       IN PGLOBAL_SYNTH_INFO
pGDI
       );

The SynthCleanup function deallocates synthesizer resources.

Parameters

pGDI

Pointer to a GLOBAL_SYNTH_INFO structure.

Return Value

None.

Comments

The SynthCleanup function calls MmUnmapIoSpace.

Drivers calling SynthCleanup must include synthdrv.h.