Jump to content

FNEXITLIST: Difference between revisions

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

Revision as of 16:39, 30 October 2011

FNEXITLIST

Address of a routine to be executed.

Type

VOID  APIENTRY  FNEXITLIST

C Declaration Method

typedef

Comment

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

typedef VOID  APIENTRY  FNEXITLIST(ULONG);
typedef FNEXITLIST  *PFNEXITLIST;


Back to OS/2 API