ICcObject::get_IsProtected (Windows CE 5.0)
This method determines if a datastore object is protected.
HRESULT get_IsProtected( VARIANT_BOOL*out_pbIsProtected);
Parameters
- out_pbIsProtected
[out, retval] Boolean value that indicates if the object is protected.
Return Values
The following table indicates the return values for this method.
Value | Description |
---|---|
VARIANT_TRUE | Indicates the specified object is protected. |
VARIANT_FALSE | Indicates the specified object is not protected. |
E_OUTOFMEMORY | Indicates the method could not allocate the bstr parameter out_pbIsProtected. |
E_INVALIDARG | Indicates an invalid argument. |
Requirements
OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcDatastore.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors