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

S3DTK_GetState

Get a S3D state.

Method of:

TS3DTK_FUNCTION_LIST

Syntax:

S3DTK_GetState: function(
  pFuncStruct: Pointer;
  State: ULONG;
  Value: ULONG): ULONG; cdecl;

Parameters:

Returns:

S3DTK_OK if successful, S3DTK_ERR otherwise.

States:

The valid values for the State parameter and the potential values the Value parameter can have are listed in S3DTK_SetState. In addition to the values listed there, the following values can also be queried:

Unit: S3DTK

See Also:

S3DTK_SetState (in TS3DTK_FUNCTION_LIST)


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