Purpose

This function allows an FSD to wait for an event. The event is signaled by a call to FSH_SEMCLEAR.

Calling Sequence

int far pascal FSH_SEMSETWAIT(pSem, cmsTimeout)

void far * pSem;
unsigned long cmsTimeout;

Where