Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs the system that a previously reported dynamic function table is no longer in use.
Syntax
NTSYSAPI VOID RtlDeleteGrowableFunctionTable(
[in] PVOID DynamicTable
);
Parameters
[in] DynamicTable
An opaque reference returned by RtlAddGrowableFunctionTable.
Return value
This function does not return a value.
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 |