PFNAPIERRHANDLER (Windows Embedded CE 6.0)
1/6/2010
This function is a prototype for the error handler for the SetAPIErrorHandler function.
Syntax
typedef DWORD (*PFNAPIERRHANDLER)(DWORD);
DWORD pfnHandler(DWORD iMethod);
Parameters
- iMethod
[in] Method index into the Program Static Library (PSL) function table.
Return Value
Error value to be passed back to the caller.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Kernel Functions
IsAPIReady
WaitForAPIReady
SetAPIErrorHandler