Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 182 Bytes

user_thread_start_routine.md

File metadata and controls

6 lines (5 loc) · 182 Bytes

USER_THREAD_START_ROUTINE

[UnmanagedFunctionPointer(CallingConvention.StdCall)]
public unsafe delegate NTSTATUS USER_THREAD_START_ROUTINE(void* threadParameter);