FNEXITLIST: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:FNEXITLIST to FNEXITLIST |
mNo edit summary |
||
Line 1: | Line 1: | ||
Address of a routine to be executed. | Address of a routine to be executed. | ||
== Type == | |||
[[VOID]] APIENTRY FNEXITLIST | [[VOID]] APIENTRY FNEXITLIST | ||
=== C Declaration Method === | |||
typedef | typedef | ||
== 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); |
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;