#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
NTSYSAPI
NTSTATUS
NTAPI
LdrDisableThreadCalloutsForDll(
_In_ PVOID DllHandle
);
View code on GitHubNTSTATUS LdrDisableThreadCalloutsForDll (
_In_ PVOID DllHandle
)
View the official Win32 development documentationNo description available.
[This function may be changed or removed from Windows without further notice.]
Disables thread attach and detach callouts to a DLL.
DllHandle [in]
Supplies a handle to a loaded DLL.
Returns an NTSTATUS value indicating success or failure of the function.
This function should not be called with the data table lock held with shared access.
| Requirement | Value |
|---|---|
| DLL | Ntdll.dll Vertdll.dll |
Enclaves APIs available in Vertdll