IVoIPCallerInfoRecord::Blocked
This method determines the blocking status for all future calls from the caller.
HRESULT put_Blocked(
VARIANT_BOOL fBlocked
);
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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.