FreeADsMem function (adshlp.h)

The FreeADsMem function frees the memory allocated by AllocADsMem or ReallocADsMem.

Syntax

BOOL FreeADsMem(
  [in] LPVOID pMem
);

Parameters

[in] pMem

Type: LPVOID

Pointer to the memory to be freed. This memory must have been allocated with the AllocADsMem or ReallocADsMem function.

Return value

Type: BOOL

The function returns TRUE if successful, otherwise it returns FALSE.

Remarks

Do not use this function to free memory allocated with the AllocADsStr or ReallocADsStr function. Use the FreeADsStr function to free memory allocated with these functions.

For more information and a code example that shows how to use the FreeADsMem function, see ReallocADsMem.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header adshlp.h
Library Activeds.lib
DLL Activeds.dll; AdsLdpc.dll

See also

ADSI Functions

AllocADsMem

AllocADsStr

FreeADsStr

ReallocADsMem

ReallocADsStr