Partager via


IVoIPCallerInfoRecord::Blocked (Windows CE 5.0)

Send Feedback

This method determines the blocking status for all future calls from the caller.

HRESULT put_Blocked( VARIANT_BOOLfBlocked);HRESULT get_Blocked( VARIANT_BOOL* pfBlocked);

Parameters

  • fBlocked, pfBlocked
    [in, out] For the put_Blocked method, VARIANT_TRUE to block the caller and VARIANT_FALSE to unblock the caller.

    For the get_Blocked method, VARIANT_TRUE if the caller identified by the call information record is blocked, and VARIANT_FALSE otherwise.

Return Values

If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipstore.idl.
Link Library: Voipguid.lib.

See Also

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.