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.
Determines if this object is read-only.
HRESULT IsReadOnly(
BOOL* pfIsReadOnly
);
int IsReadOnly(
out int pfIsReadOnly
);
Parameters
- pfIsReadOnly
[out] Returns non-zero (TRUE) if this object is read-only; otherwise, returns zero (FALSE).
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A read-only object cannot have its value changed after it is created.