Possible returns from WinGetLastError
PMERR_DOS_ERROR (0x1200)
A DOS call returned an
error.
PMERR_INVALID_APPL (0x1530)
Attempted
to start an application whose type is not recognized by OS/2.
PMERR_INVALID_PARAMETERS
(0x1208)
An application parameter value is invalid
for its converted PM type. For example: a 4-byte value outside the range
-32 768 to +32 767 cannot be converted to a SHORT,
and a negative number cannot be converted to a ULONG
or USHORT.
PMERR_INVALID_WINDOW
(0x1206)
The window specified with a Window List
call is not a valid frame window.
PMERR_STARTED_IN_BACKGROUND
(0x1532)
The application started a new session in
the background.
[Back]
[Next]