Platform SDK: TAPI |
Determines if the address has a message waiting.
HRESULT get_MessageWaiting( VARIANT_BOOL *pfMessageWaiting );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
E_POINTER | The pfMessageWaiting parameter is not a valid pointer. |
In TAPI 2.x, this maps to the flag LINEDEVSTATUSFLAGS_MSGWAIT being set or not in the member dwDevStatusFlags from the structure LINEDEVSTATUS.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.
ITAddress, put_MessageWaiting, Address Object, LINEDEVSTATUS