RtlDeleteGrowableFunctionTable function
Informs the system that a previously reported dynamic function table is no longer in use.
Syntax
VOID NTAPI RtlDeleteGrowableFunctionTable( _In_ PVOID DynamicTable );
Parameters
- DynamicTable [in]
-
An opaque reference returned by RtlAddGrowableFunctionTable.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: