TCPIP_STACK_HEAP_Size Function

C

size_t TCPIP_STACK_HEAP_Size(
    TCPIP_STACK_HEAP_HANDLE heapH
);

Description

This function returns the size of the heap. This is the size that was specified when the heap was created.

Preconditions

heapH - valid heap handle.

Parameters

ParametersDescription
heapHHandle to a heap.

Returns

  • The size of heap that was specified when it was created.

Remarks

None.