typedef LPVOID (*D3DRMREALLOCFUNCTION)(LPVOID lpArg,
DWORD dwSize);
typedef D3DRMREALLOCFUNCTION *LPD3DRMREALLOCFUNCTION;
Reallocates memory. This function is application-defined.
·Returns an address of the reallocated memory if successful, or zero otherwise.
lpArg
Address of application-defined data.
dwSize
Size, in bytes, of the reallocated memory.
Applications may define their own memory-reallocation function if the standard C run-time routines do not meet their requirements.