PFAXFREEBUFFER callback function (winfax.h)

The FaxFreeBuffer function releases resources associated with a buffer allocated previously as the result of a function call by a fax client application. This includes calls to the FaxCompleteJobParams function and to functions that begin with FaxEnum or FaxGet.

Syntax

PFAXFREEBUFFER Pfaxfreebuffer;

void Pfaxfreebuffer(
  [in] LPVOID Buffer
)
{...}

Parameters

[in] Buffer

Type: LPVOID

Pointer to a buffer allocated on a previous call to one of the functions named in the following See Also section.

Return value

None

Remarks

When the resources allocated for a buffer are no longer needed, the calling application must free the resources. For more information, see Freeing Fax Resources.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header winfax.h

See also

Fax Service Client API Functions

Fax Service Client API for Windows 2000

FaxCompleteJobParams

FaxEnumGlobalRoutingInfo

FaxEnumJobs

FaxEnumPorts

FaxEnumRoutingMethods

FaxGetConfiguration

FaxGetDeviceStatus

FaxGetJob

FaxGetLoggingCategories

FaxGetPageData

FaxGetPort

FaxGetRoutingInfo