hev (HEV) - input

      The handle of the event semaphore to reset.

    pulPostCt (PULONG) - output

      A pointer to a ULONG in which the event semaphore's post count is returned.

      The post count is the number of calls to DosPostEventSem that have been made since the last time the semaphore was in the reset state.

    ulrc (APIRET) - returns

      Return Code.

      DosResetEventSem returns one of the following values:

    • NO_ERROR 6
        ERROR_INVALID_HANDLE
      300
        ERROR_ALREADY_RESET
      For a full list of error codes, see Errors.


    [Back] [Next]