- Contents
DesignerCOM API
II3IDParameterDefinition::IsInput Property
get_IsInput
Indicates whether or not the parameter is defined to be input-only.
IDL Function Prototype
HRESULT IsInput(
[out, retval] VARIANT_BOOL * ParmIsInput
);
C/C++ Syntax
HRESULT get_IsInput(VARIANT_BOOL * ParmIsInput);
Parameters
- ParmIsInput
-
True if the parameter is input-only; otherwise False.