FNEXITLIST: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:DataType:FNEXITLIST to FNEXITLIST |
(No difference)
|
Revision as of 13:12, 17 November 2016
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;