[Previous] [Next] [Up] [Home] S3D Pascal Bindings

S3DTK_GetLastError

Provides details for a failed call.

Method of:

TS3DTK_FUNCTION_LIST

Syntax:

S3DTK_GetLastError: function(
  pFuncStruct: Pointer): Integer; cdecl;

Parameters:

Returns:

One of the error codes described below.

Description:

When a function returns S3DTK_ERR this function can be used right next to provide additional information about the error. Note that this function is only usable with function calls made after S3DTK_CreateRenderer.

The possible error codes are:

Unit: S3DTK


[Previous] [Next] [Up] [Home] S3D Pascal Bindings