Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
1/6/2010
This method allows an application to have per-participant renegotiations of offers.
Syntax
HRESULT ReInviteWithDescription(
BSTR offerContentType,
BSTR offerDescription
);
Parameters
- offerContentType
[in] BSTR specifying the content type of the answer.
- offerDescription
[in] BSTR specifying the body of the answer.
Return Value
This method can return an RTC_E_ constant.
S_OK - Continue; Valid offer provided.
S_FALSE - Continue without offer.
FAILED - Don’t continue.
Requirements
Header | rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |