Description:
VHFreeMem frees memory that has been allocated via the VHAllocMem helper. This function is a helper service for operations that are common across all GRADDs.
#include <GRADD.h> PVOID pMem; /* Pointer to previous memory allocation. */ ULONG rc; /* Return codes. */ rc = VHFreeMem(pMem);