Jump to content

FNTHREAD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
=== Type ===  
=== Type ===  
  [[VOID]]  APIENTRY FNTHREAD
  [[VOID]]  APIENTRY FNTHREAD
 
==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef

Latest revision as of 13:01, 11 June 2019

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;