 |
 |
 |
|
|  |  |
 |
SetErrorMode ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Controls whether the system will handle the specified types of serious errors, or whether the process will handle them. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
UINT SetErrorMode(
UINT uMode // process error mode
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER SetErrorMode IN kernel32;
INTEGER uMode
|
 |  |  | | Parameters: |  | uMode
[in] Specifies the process error mode. |
 |  | | Return value: |  | | The return value is the previous state of the error-mode bit flags. |
 |  | | Usage: |  |
nOldMode = SetErrorMode(SEM_FAILCRITICALERRORS)
|
 |  | | My comment: |  | | See also: GetErrorMode |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-12-20 18:18:15 | | Modified: | 2010-05-27 13:54:40 | Visited in last 7 days: 20 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|