Feedback

  • Contents
 

II3IDTool::ModuleName Property

get_ModuleName

Returns the module name associated with the tool. The module name is not localized.

IDL Function Prototype

HRESULT ModuleName(

   [out, retval] BSTR * ToolModuleName

);

C/C++ Syntax

HRESULT get_ModuleName(BSTR * ToolModuleName);

Parameters

ToolModuleName

The non-localized module name of the tool.