FreeRec

Method
Removes a record buffer.

Category
Records

 

Syntax
Sub FreeRec(ByVal hRec As Long)

hRec
The record buffer that is to be removed.

 

Comments
FreeRec frees the memory occupied by the specified record buffer that was previously allocated by a call to AllocRec. After this operation, hRec is no longer a valid buffer.



© 2009 Microsoft Corporation. All rights reserved.