Jump to content

FNTHREAD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:FNTHREAD to FNTHREAD
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== FNTHREAD ==
Address of the code to be executed when the thread begins execution.
Address of the code to be executed when the thread begins execution.  


=== Type ===  
=== Type ===  

Revision as of 23:25, 4 March 2018

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;