Skip to content

VDirContextDestroy

Function : Address Book
VDirContextDestroy - Free memory allocated by VDirContextInit (ASP enabled configurations only).

#include <vdirctx.h>
void LNPUBLIC VDirContextDestroy(
void);
Description :

VDirContextDestroy will free memory that was allocated by VDirContextInit.
This call should be used in ASP configurations only.

Parameters :

Output : (routine) - None.

See Also : VDirContextInit