Editar

Partilhar via


PrtFilterFree

The PrtFilterFree function is called to indicate that a data buffer obtained previously from the DLL is no longer needed and the DLL can free the memory allocated for this resource. This function is called for data buffers returned from calls to PrtFilterAlloc as well as buffers that were allocated by the DLL to pass data in the PrtFilterStartJob, PrtFilterJobData, and PrtFilterEndJob functions.

Syntax

  
            void WINAPI PrtFilterFree(   
  void *pBuf    
);  

Parameters

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

See Also

PrtFilterAlloc