PrtFilterFree

The PrtFilterFree function is called to free a data buffer obtained previously from the PrtFilterAlloc function.

void WINAPI PrtFilterFree(
  void *pBuf  
);
 

Parameters

pBuf
Supplied parameter. Points to the data buffer to be freed.

See Also

PrtFilterAlloc