PFNAPIERRHANDLER (Compact 7)

3/12/2014

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

See Also

Reference

Kernel Functions
IsAPIReady (deprecated)
WaitForAPIReady
SetAPIErrorHandler