WSDFreeLinkedMemory function (wsdutil.h)

Frees a memory block previously allocated with WSDAllocateLinkedMemory.

Syntax

void WSDFreeLinkedMemory(
  void *pVoid
);

Parameters

pVoid

Pointer to the memory block to be freed.

Return value

None

Remarks

All children of the memory block are automatically freed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdutil.h (include Wsdapi.h)
Library Wsdapi.lib
DLL Wsdapi.dll