SMC_DeleteObj (FUN)

 

FUNCTION SMC_DeleteObj : BOOL

Removes an object from an SMC_OUTQUEUE. The n-th object will be deleted from the list (poq), counting starts with 0. If N-1 is greater than the number of SMC_GEOINFO objects stored in the list, nothing will happen and FALSE will be returned instead of TRUE.

InOut:

Scope

Name

Type

Comment

Input

poq

POINTER TO SMC_OUTQUEUE

The out qeueu

N

UINT

Index of object to be deleted (Note, that N=0 mentions the first element of the list).

Return

SMC_DeleteObj

BOOL