Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.