Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.1 KB

ldrdisablethreadcalloutsfordll.md

File metadata and controls

55 lines (39 loc) · 1.1 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Disables thread attach and detach callouts to a DLL.
be6ab13f-c74c-4a77-bf91-32c795d87099
LdrDisableThreadCalloutsForDll function
reference
08/31/2023
APIRef
kbSyntax
LdrDisableThreadCalloutsForDll
DllExport
Ntdll.dll
Vertdll.dll

LdrDisableThreadCalloutsForDll function

[This function may be changed or removed from Windows without further notice.]

Disables thread attach and detach callouts to a DLL.

Syntax

NTSTATUS LdrDisableThreadCalloutsForDll (
    _In_ PVOID DllHandle
    )

Parameters

DllHandle [in]

Supplies a handle to a loaded DLL.

Return value

Returns an NTSTATUS value indicating success or failure of the function.

Remarks

This function should not be called with the data table lock held with shared access.

Requirements

Requirement Value
DLL Ntdll.dll
Vertdll.dll

See also

Enclaves APIs available in Vertdll