IMLPropertySet::IsWritable (Compact 7)
3/12/2014
This method returns a value indicating whether the property set is writable.
Syntax
HRESULT IsWritable(
BOOL *pfWritable
);
Parameters
- pfWritable
[out] Pointer to a Boolean value. This value is true if the property set is writable; otherwise, it is false.
Return Values
Returns the HRESULT values shown in the following table.
Value | Description |
---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
One or more parameters are invalid. |
E_POINTER |
The pfWritable parameter is invalid. |
E_FAIL |
The method was not successful. |
E_MEMORY |
An out of memory error occurred. |
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |