Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The KeUnstackDetachProcess routine detaches the current thread from the address space of a process and restores the previous attach state.
Syntax
void KeUnstackDetachProcess(
[in] PRKAPC_STATE ApcState
);
Parameters
[in] ApcState
Opaque pointer to a KAPC_STATE structure that was returned from a previous call to KeStackAttachProcess.
Return value
None
Remarks
Every successful call to KeStackAttachProcess must be matched by a subsequent call to KeUnstackDetachProcess.
For more information about using system threads and managing synchronization within a nonarbitrary thread context, see Driver Threads, Dispatcher Objects, and Resources.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 |
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h, Fltkernel.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | < DISPATCH_LEVEL |