dbfreequal

Frees memory allocated by the dbqual function.

Syntax

void dbfreequal ( LPCSTR ptr );

Arguments
ptr
Is a pointer to the memory allocated by the dbqual function.
Remarks

Whenever a successful call to dbqual has been issued, a buffer is dynamically allocated by dbqual. The buffer remains allocated to the application. When the application is finished using the buffer, call dbfreequal to free it.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.