RtlGrowFunctionTable function (winnt.h)

Reports that a dynamic function table has increased in size.

Syntax

NTSYSAPI VOID RtlGrowFunctionTable(
       PVOID DynamicTable,
  [in] DWORD NewEntryCount
);

Parameters

DynamicTable

An opaque reference returned by RtlAddGrowableFunctionTable..

[in] NewEntryCount

The new number of entries in the RUNTIME_FUNCTION array. This must be greater than the previously reported size of the array.

Return value

This function does not return a value.

Remarks

RtlGrowFunctionTable should be called after populating the corresponding entries in the RUNTIME_FUNCTION array specified in RtlAddGrowableFunctionTable.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header winnt.h (include Windows.h)
Library Ntdll.lib
DLL Ntdll.dll