FNEXITLIST: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== FNEXITLIST == | == FNEXITLIST == | ||
Address of a routine to be executed. | Address of a routine to be executed. | ||
=== Type === | === Type === | ||
[[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]] | |||
[[Category: |
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;