typedef VOID (*D3DRMFREEFUNCTION)(LPVOID lpArg);
typedef D3DRMFREEFUNCTION *LPD3DRMFREEFUNCTION;
Frees memory. This function is application-defined.
·No return value.
lpArg
Address of application-defined data.
Applications might define their own memory-freeing function if the standard C run-time routines do not meet their requirements.