Share via


WSDFreeLinkedMemory (Compact 2013)

3/26/2014

This function 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

This function does not return a value.

Remarks

All children of the memory block are automatically freed.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Functions
Web Services on Devices Reference