FNTHREAD: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:DataType:FNTHREAD to FNTHREAD |
(No difference)
|
Revision as of 15:50, 3 November 2016
FNTHREAD
Address of the code to be executed when the thread begins execution.
Type
VOID APIENTRY FNTHREAD
C Declaration Method
typedef
Comment
In the header files, the FNTHREAD structure is defined as shown below:
typedef VOID APIENTRY FNTHREAD (ULONG); typedef FNTHREAD *PFNTHREAD;