Commit f9c80b08 authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

ntoskrnl.exe: Add PsRemoveCreateThreadNotifyRoutine stub.

parent aaa7f2ca
......@@ -2067,6 +2067,16 @@ NTSTATUS WINAPI PsSetCreateThreadNotifyRoutine( PCREATE_THREAD_NOTIFY_ROUTINE No
/***********************************************************************
* PsRemoveCreateThreadNotifyRoutine (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI PsRemoveCreateThreadNotifyRoutine( PCREATE_THREAD_NOTIFY_ROUTINE NotifyRoutine )
{
FIXME( "stub: %p\n", NotifyRoutine );
return STATUS_SUCCESS;
}
/***********************************************************************
* PsTerminateSystemThread (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI PsTerminateSystemThread(NTSTATUS ExitStatus)
......
......@@ -898,7 +898,7 @@
@ stub PsProcessType
@ stub PsReferenceImpersonationToken
@ stub PsReferencePrimaryToken
@ stub PsRemoveCreateThreadNotifyRoutine
@ stdcall PsRemoveCreateThreadNotifyRoutine(ptr)
@ stub PsRemoveLoadImageNotifyRoutine
@ stub PsRestoreImpersonation
@ stub PsReturnPoolQuota
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment