Jump to content

FNEXITLIST: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== FNEXITLIST ==
Address of a routine to be executed.
Address of a routine to be executed.


=== Type ===
== Type ==
 
  [[VOID]]  APIENTRY  FNEXITLIST
  [[OS2 API:DataType:VOID|VOID]]  APIENTRY  FNEXITLIST
 
==== C Declaration Method ====


=== C Declaration Method ===
typedef
typedef


=== Comment ===
== Comment ==
 
In the header files, the FNEXITLIST structure is defined as shown below:
In the header files, the FNEXITLIST structure is defined as shown below:
  typedef VOID  APIENTRY  FNEXITLIST(ULONG);
  typedef VOID  APIENTRY  FNEXITLIST(ULONG);
  typedef FNEXITLIST  *PFNEXITLIST;
  typedef FNEXITLIST  *PFNEXITLIST;


 
[[Category:Data type]]
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 01:44, 21 February 2020

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;