Andreas Marschall [exMVP TAPI] replied to Mohit
25-Jan-10 11:11 AM

Mohit, you are welcome.
From MSDN:
lphConsultCall
Pointer to an HCALL location. In some telephony environments, this location
is loaded with a handle to a consultation call that is used to consult the
party that is being forwarded to, and the application becomes the initial
sole owner of this call. This pointer must be valid even in environments
where call forwarding does not require a consultation call. This handle is
set to NULL if no consultation call is created.
htConsultCall
The TAPI handle to a new call, if such a call must be created by the service
provider. In some telephony environments, forwarding a call has the side
effect of creating a consultation call used to consult the party that is
being forwarded to. In such an environment, the service provider creates the
new consultation call and must save this value and use it in all subsequent
calls to the LINEEVENT procedure reporting events on the call. If no
consultation call is created, this value can be ignored by the service
provider.
lphdConsultCall
A pointer to an HDRVCALL representing the service provider's identifier for
the call. In telephony environments where forwarding a call has the side
effect of creating a consultation call used to consult the party that is
being forwarded to, the service provider must fill this location with its
handle for the call before this procedure returns. The service provider is
permitted to do callbacks regarding the new call before it returns from this
procedure. If no consultation call is created, the HDRVCALL must be left
NULL.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no
rights.