[Toc][Index]

VHFreeMem - Syntax



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);


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs