Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.