OS2 API:Unicode:error

From EDM2

Jump to: navigation, search

Contents

[edit] UCONV_BADATTR

ULS_BADATTR 
The attribute is invalid.

[edit] UCONV_E2BIG

ULS_BUFFERFULL 
Input conversion stopped due to output buffer's lack of space.

[edit] UCONV_EBADF

ULS_BADOBJECT 
The uconv object is not a valid conversion object.

[edit] UCONV_EILSEQ

ULS_ILLEGALSEQUENCE 
Input conversion stopped due to an invalid input byte that doesn't belong in the input code page.

[edit] UCONV_EINVAL

ULS_INVALID 
Input conversion stopped due to an incomplete character or shift sequence at the end of the input buffer.

[edit] UCONV_EMFILE

ULS_MAXFILESPERPROC 

[edit] UCONV_ENFILE

ULS_MAXFILES 

[edit] UCONV_ENOMEM

ULS_NOMEMORY 
Insufficient storage space is available.

[edit] UCONV_EOTHER

ULS_OTHER 

[edit] UCONV_NOTIMPLEMENTED

ULS_NOTIMPLEMENTED 

[edit] ULS_SUCCESS

0x00000000 
What error?

[edit] ULS_API_ERROR_BASE

0x00020400 
The basis for all ULS_<error name>

[edit] ULS_BADATTR

ULS_API_ERROR_BASE | 21 

[edit] ULS_BADHANDLE

ULS_API_ERROR_BASE | 8 
Bad keyboard handle.

[edit] ULS_BADOBJECT

ULS_API_ERROR_BASE | 15 

[edit] ULS_BUFFERFULL

ULS_API_ERROR_BASE | 18 

[edit] ULS_ILLEGALSEQUENCE

ULS_API_ERROR_BASE | 2 

[edit] ULS_INVALID

ULS_API_ERROR_BASE | 14 
The code page number or buffer passed is invalid. The contents of the buffer will be undefined.

[edit] ULS_INVALIDSCAN

ULS_API_ERROR_BASE | 11 

[edit] ULS_KBDNOTFOUND

ULS_API_ERROR_BASE | 7 
Cannot find the specified keyboard layout.

[edit] ULS_MAXFILES

ULS_API_ERROR_BASE | 4 

[edit] ULS_MAXFILESPERPROC

ULS_API_ERROR_BASE | 3 

[edit] ULS_NODEAD

ULS_API_ERROR_BASE | 9 
The dead key value is invalid.

[edit] ULS_NOMATCH

ULS_API_ERROR_BASE | 17 

[edit] ULS_NOMEMORY

ULS_API_ERROR_BASE | 13 
Insufficient memory to load the keyboard layout.

[edit] ULS_NOOP

ULS_API_ERROR_BASE | 5 
Attempted to close an already closed keyboard handle.

[edit] ULS_NOSCAN

ULS_API_ERROR_BASE | 10 
The scan code is invalid.

[edit] ULS_NOTIMPLEMENTED

ULS_API_ERROR_BASE | 12 

[edit] ULS_NOTOKEN

ULS_API_ERROR_BASE | 16 

[edit] ULS_OTHER

ULS_API_ERROR_BASE | 1 

[edit] ULS_RANGE

ULS_API_ERROR_BASE | 19 

[edit] ULS_TOOMANYKBD

ULS_API_ERROR_BASE | 6 
Too many keyboard handles were created.

[edit] ULS_UNSUPPORTED

ULS_API_ERROR_BASE | 20 

[edit] ULS_VERSION

ULS_API_ERROR_BASE | 22 
Personal tools