ITBasicCallControl::Hold

[This is preliminary documentation and subject to change.]

This method will place or remove the call from the HOLD state.

HRESULT Hold(
  VARIANT_BOOL fHold 
);
 

Parameters

fHold
[in] If fHold is TRUE, the call should be put on hold. If fHold FALSE, the call should be removed from hold.

Return Values

TBD