Previous PageTable Of Contents../index.htmlIndexNext Page

grtRespondQueueRec( )

Description | Example

Name:

int grtRespondQueueRec (GRT_EVENT *event, GFQRECORD *qrec)

Inputs:

GRT_EVENT *event

  • Pointer to an event record.

GFQRECORD *qrec

  • Pointer to a queue record.

Outputs:

None

 

Returns:

GRT_SUCCESS

  • Successful.

GRT_ANOTHER_THREAD

  • Channel is controlled by another thread.

GRT_RESPONSE_FAIL

  • Response to event failed.
 

GRT_CONTROL_BUSY

  • The semaphore could not be set.
 

GRT_UNLOCK_FAIL

  • The semaphore could not be released.
 

GRT_LOCK_FAILED

  • The semaphore could not be set.
 

GRT_NOT_INIT

  • The specified channel has not been grtInit'ed.
 

GFD_BROKEN_PIPE

  • The response pipe is broken.
 

GFD_INVALID_HANDLE

  • The response pipe is corrupted.

Includes:

genra.h

 

Top Of PageDescription

The grtRespondQueueRec( ) function responds to an event with a queue record. This function responds to the given event by sending a queue record to the channel on which the event occurred.

Top Of PageExample


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002