Feedback

  • Contents
 

II3IDHandler::IsReadOnly Property

get_IsReadOnly

Returns whether the handler is read-only.  Handlers that have been opened for debugging are read only.

IDL Function Prototype

HRESULT IsReadOnly(

   [out, retval] VARIANT_BOOL * HandlerIsReadOnly

);

C/C++ Syntax

HRESULT get_IsReadOnly(VARIANT_BOOL * HandlerIsReadOnly);

Parameters

HandlerIsReadOnly

True if the handler is read-only.