SPD_RemoveInput

Purpose

Remove an input source that was created by calling SPD_AddInput.

Note: Note: This function is not supported in the Windows implementation of the Event Server API.

Syntax

#include "spd.h"
 
SPD_errorTP SPD_RemoveInput(
   SPD_inputTP id
);

Description

id

is the identifier of the event source returned by the call to SPD_AddInput.

Return Value

The return value indicates whether an error occurred, as follows:

Return

Indication

SPD_normalCN

No error

SPD_notInitializedCN

SPD_InitClient not called previously

SPD_badInputCN

Bad id parameter

See Also

See also the client function SPD_AddInput ([xref text to replace]).