#ifndef _NTPSAPI_H
//
// User processes and threads
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
typedef USER_THREAD_START_ROUTINE* PUSER_THREAD_START_ROUTINE;
View code on GitHub
#ifndef _NTRTL_H
typedef USER_THREAD_START_ROUTINE* PUSER_THREAD_START_ROUTINE;
View code on GitHub
This prototype defines the function to use as a thread main routine.