ReleaseBuffer
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Releases a buffer created with the CreateBuffer function.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
This function is not available in the ActiveX edition
DLL
int QuickPDFReleaseBuffer(int InstanceID, char * Buffer)
Parameters
| Buffer | A value returned from the CreateBuffer function |
Return values
| 0 | The InstanceID was invalid, or the Buffer has already been released or is invalid |
| 1 | The buffer was released successfully |