Feedback

  • Contents
 

II3IDParameter::IsCustom Property

get_IsCustom

This property indicates whether or not this parameter was added in addition to the creator's original parameter set definition.

IDL Function Prototype

HRESULT IsCustom(

   [out, retval] VARIANT_BOOL * ParmIsCustom

);

C/C++ Syntax

HRESULT get_IsCustom(VARIANT_BOOL * ParmIsCustom);

Parameters

ParmIsCustom

True if the original parameters have been amended; otherwise False.