PM Error Codes: Difference between revisions
Appearance
added another constant |
m alphabetized to find easier |
||
Line 1: | Line 1: | ||
Possible values from [[OS2_API:WinGetLastError|WinGetLastError]]. | Possible values from [[OS2_API:WinGetLastError|WinGetLastError]]. | ||
==== PMERR_CANNOT_STOP ==== | |||
; 0x1534 | |||
: Session cannot be stopped. | |||
==== PMERR_INVALID_HAPP ==== | |||
; 0x1533 | |||
: The application handle passed to [[OS2_API:WinTerminateApp|WinTerminateApp]] doesn't match to a valid session. | |||
==== PMERR_INVALID_PARAMETERS ==== | |||
0x1208 | |||
==== PMERR_INVALID_SWITCH_HANDLE ==== | |||
; 0x1202 | |||
: Invalid Window List entry handle used. | |||
==== PMERR_OK ==== | ==== PMERR_OK ==== | ||
0x0000 | 0x0000 | ||
==== PMERR_SOMDD_IS_ACTIVE ==== | |||
0x1058 | |||
==== PMERR_SOMDD_NOT_STARTED ==== | |||
0x1059 | |||
==== PMERR_WPDSERVER_IS_ACTIVE ==== | ==== PMERR_WPDSERVER_IS_ACTIVE ==== | ||
0x1056 | 0x1056 | ||
==== PMERR_WPDSERVER_NOT_STARTED ==== | ==== PMERR_WPDSERVER_NOT_STARTED ==== | ||
0x1057 | 0x1057 | ||
==== WPERR_ALREADY_EXISTS ==== | |||
0x1718 | |||
==== | |||
==== WPERR_BUFFER_TOO_SMALL ==== | ==== WPERR_BUFFER_TOO_SMALL ==== | ||
0x1705 | 0x1705 | ||
==== WPERR_OBJECT_NOT_FOUND ==== | ==== WPERR_OBJECT_NOT_FOUND ==== | ||
0x1714 | 0x1714 | ||
==== WPERR_INVALID_FLAGS ==== | ==== WPERR_INVALID_FLAGS ==== | ||
0x1719 | 0x1719 | ||
==== WPERR_INVALID_OBJECTID ==== | ==== WPERR_INVALID_OBJECTID ==== | ||
0x1720 | 0x1720 |
Revision as of 08:12, 19 February 2006
Possible values from WinGetLastError.
PMERR_CANNOT_STOP
- 0x1534
- Session cannot be stopped.
PMERR_INVALID_HAPP
- 0x1533
- The application handle passed to WinTerminateApp doesn't match to a valid session.
PMERR_INVALID_PARAMETERS
0x1208
PMERR_INVALID_SWITCH_HANDLE
- 0x1202
- Invalid Window List entry handle used.
PMERR_OK
0x0000
PMERR_SOMDD_IS_ACTIVE
0x1058
PMERR_SOMDD_NOT_STARTED
0x1059
PMERR_WPDSERVER_IS_ACTIVE
0x1056
PMERR_WPDSERVER_NOT_STARTED
0x1057
WPERR_ALREADY_EXISTS
0x1718
WPERR_BUFFER_TOO_SMALL
0x1705
WPERR_OBJECT_NOT_FOUND
0x1714
WPERR_INVALID_FLAGS
0x1719
WPERR_INVALID_OBJECTID
0x1720