SMC_OutQueueInit (FUN)ΒΆ
FUNCTION SMC_OutQueueInit : BOOL
This function intiailizes the SMC_OUTQUEUE.
task-safety: not task-safe; the application has to make sure that no other queue function is called while this function is active, and that no other queue function is active when this function is called.
- InOut:
Scope
Name
Type
Comment
Return
SMC_OutQueueInit
BOOL
Input
poq
POINTER TO SMC_OUTQUEUE
Queue to be initialized.