VOID
VC_FreeMem(
PDEVICE_INFO pDevInfo,
PVOID pData,
ULONG Length
);
The VC_FreeMem function frees memory space that was allocated by calling VC_AllocMem.
None.
The VC_FreeMem function calls ExFreePool to deallocate the specified memory space.