Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.