Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_StatusCode method returns the status code for the referred session.
HRESULT get_StatusCode(long*plStatusCode);
Parameters
- plStatusCode
[out] The status code for the referred session. This can be any of the RTC_E_ constants. The status text associated with the status code is returned in the IRTCSessionReferStatusEvent::get_StatusText method.
Return Values
RTC methods may return an RTC_E_ constant.
| Value | Meaning |
|---|---|
| E_POINTER | The pbstrStatusCode parameter is not a valid pointer. |
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionReferStatusEvent is defined as 3D8FC2CD-5D76-44AB-BB68-2A80353B34A2.