Share via


PFNAPIERRHANDLER

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Concepts

New Kernel APIs