Jump to content

FNTHREAD: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 17: Line 17:
  typedef VOID APIENTRY FNTHREAD (ULONG);
  typedef VOID APIENTRY FNTHREAD (ULONG);
  typedef FNTHREAD *PFNTHREAD;
  typedef FNTHREAD *PFNTHREAD;
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:37, 30 October 2011

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;

Back to OS/2 API