INtime SDK Help
ntxDeleteRtSemaphore(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxDeleteRtSemaphore(INtimeDotNet)

Deletes an RT semaphore.

Visual Basic:

Sub ntxDeleteRtSemaphore(
  ByVal hSemaphore As Integer)

Visual C#:

void ntxDeleteRtSemaphore (
  Int32 hSemaphore);

Parameters

hSemaphore
Handle for the semaphore you want to delete.

INtimeException Status

E_EXIST
hSemaphore contains an invalid handle.
E_TYPE
hSemaphore does not contain a semaphore handle.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Semaphore system calls