Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 896 Bytes

File metadata and controls

21 lines (19 loc) · 896 Bytes
sidebar_position 9

Results

Standard result codes for script callbacks and host methods.

Constant Value Meaning
Host.Results.kResultOk 0 Success
Host.Results.kResultTrue 0 True
Host.Results.kResultFalse 1 False
Host.Results.kResultInvalidArgument -2147024809 Invalid argument
Host.Results.kResultOutOfMemory -2147024882 Out of memory
Host.Results.kResultClassNotFound -2147221164 Class not found
Host.Results.kResultWrongThread -2147417842 Wrong thread
Host.Results.kResultUnexpected -2147418113 Unexpected error
Host.Results.kResultFailed -2147467259 Failure
Host.Results.kResultInvalidPointer -2147467261 Invalid pointer
Host.Results.kResultNoInterface -2147467262 No interface
Host.Results.kResultNotImplemented -2147467263 Not implemented