FreeAddressCard

The FreeAddressCard function frees memory that the system allocated for address card data as a result of a call to the OpenAddressCard or GetAddressCardProperties function.

Syntax

void FreeAddressCard(AddressCard *pac);

At a Glance

Header file: Addrstor.h
Platforms: H/PC
Windows CE versions: 1.0 and later

Parameters

pac
Pointer to the AddressCard structure that was filled by a previous call to OpenAddressCard or GetAddressCardProperties.

Return Values

None.

See Also

AddressCard, GetAddressCardProperties, OpenAddressCard