PFNTHREAD

Address of the code to be executed when the thread begins execution.

typedef FNTHREAD *PFNTHREAD;

In the header files, the FNTHREAD structure is defined as shown below:

typedef VOID APIENTRY FNTHREAD (ULONG);


[Back: PFNSIGHANDLER]
[Next: PIB]