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.
1/6/2010
This method determines the blocking status for all future calls from the caller.
Syntax
HRESULT put_Blocked(
VARIANT_BOOL fBlocked
);
HRESULT get_Blocked(
VARIANT_BOOL* pfBlocked
);
Parameters
fBlocked, pfBlocked
[in],[out, retval] 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 Value
If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Remarks
Note
This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.
Requirements
| Header | Voipstore.h, voipstore.idl |
| Windows Embedded CE | Windows CE .NET 4.2 and later |