FNEXITLIST: Difference between revisions
Appearance
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;