Edit

Share via


RtlDllShutdownInProgress function

Gets a value indicating whether a shutdown of the current dll process is in progress.

Syntax

BOOLEAN
RtlDllShutdownInProgress (
    VOID
);

Parameters

None.

Return value

TRUE if a shutdown of the current dll process is in progress; otherwise, FALSE.

Remarks

This function is not defined in an SDK header and must be declared by the caller. This function is exported from ntdll.dll.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows 10
DLL Ntdll.dll

See also