Purpose

This function allows an FSD to obtain exclusive access to a semaphore.

Calling Sequence

int far pascal FSH_SEMREQUEST(pSem, cmsTimeout)

void far * pSem;
unsigned long cmsTimeout;

Where