TimExit


Function

It is exit processing.

Format

Ret = TimExit()

Parameters

None

Return Value

Ret [ VB.NET: Integer ] [ C, C++: long ] [ C#: int ]

Definition

Value

Description

TIM_ERR_SUCCESS

0

Normal completed

TIM_ERR_DLL_NOT_INITIALIZED

10010

Invalid ID specified. Please confirm whether the initialization function has completed normally.

The others (See also:Details of Error Code)

Initial Value

None

Remarks

After calling this function, every function except TimInit cannot be used.

See Also

TimInit