Share via


NKSetLastError (Compact 2013)

10/16/2014

This function sets the last error for the current thread.

Syntax

void NKSetLastError(
  DWORD dwError
);

Parameters

  • dwError
    [in] The error to set.

Return Value

None.

Remarks

The pfnSetLastError member of NKGLOBAL points to this function.

See Also

Reference

Kernel Functions Available to the OAL
NKGetLastError