Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 706 Bytes

GetErrorMode.md

File metadata and controls

42 lines (26 loc) · 706 Bytes

Home

Function name : GetErrorMode

Group: Error Handling - Library: kernel32


Retrieves the error mode for the current process.


Declaration:

UINT WINAPI GetErrorMode(void);  

FoxPro declaration:

DECLARE INTEGER GetErrorMode IN kernel32  

Parameters:

This function has no parameters.


Return value:

Returns the error mode for the current process.


Comments:

Minimum OS: Vista

See also: SetErrorMode.