RtlGrowFunctionTable function
Reports that a dynamic function table has increased in size.
Syntax
VOID NTAPI RtlGrowFunctionTable( _Inout_ PVOID DynamicTable, _In_ DWORD NewEntryCount );
Parameters
- DynamicTable
-
An opaque reference returned by RtlAddGrowableFunctionTable..
- NewEntryCount [in]
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|