Share via


WSDAttachLinkedMemory (Compact 2013)

3/26/2014

This function attaches a child memory block to a parent memory block. Multiple children can be attached to a parent memory block.

Syntax

void WSDAttachLinkedMemory (
  void* pParent,
  void* pChild
);

Parameters

  • pParent
    Pointer to the parent memory block.
  • pChild
    Pointer to the child memory block.

Return Value

This function does not return a value.

Remarks

The child memory block is automatically freed when the parent memory block is freed. Both the parent and child memory blocks must have been previously allocated by calls to WSDAllocateLinkedMemory.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Functions
Web Services on Devices Reference