Feedback

  • Contents
 

II3IDVariable::IsBoundToGlobal Property

get_IsBoundToGlobal

Returns if the variable is bound to a global.

IDL Function Prototype

HRESULT IsBoundToGlobal(

   [out, retval] VARIANT_BOOL * boundToGlobalVar

);

C/C++ Syntax

HRESULT get_IsBoundToGlobal(VARIANT_BOOL * boundToGlobalVar);

Parameters

boundToGlobalVar

True if the variable is bound to a global; otherwise False.