IRTCPresenceStatusEvent::get_StatusCode
The get_StatusCode property returns the status code of the operation that has just completed.
HRESULT get_StatusCode(long*plStatusCode);
Parameters
- plStatusCode
[out] Pointer to an integer value containing the status code.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The plStatusCode parameter is not a valid pointer. |
RTC_E_PLATFORM_NOT_SUPPORTED | The platform must be Windows 2000 or above. |
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_IRTCPresenceStatusEvent is defined as 78673F32-4A0F-462c-89AA-EE7706707678.