[Toc][Index]

VHAllocMem - Syntax



Description: 
VHAllocMem returns a 32-bit pointer to a piece of memory. The caller of 
this function supplies the byte count required. This function is a helper 
service for operations that are common across all GRADDs. 

#include <GRADD.h>

ULONG    cBytes;  /*  Number of bytes of memory requested. */
PVOID    pMem;    /*  Returned address of allocated memory, or NULL. */

pMem = VHAllocMem(cBytes);


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