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.
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