Feedback

  • Contents
 

II3IDHandler::Name Property

get_Name

Returns the name of the handler, without path information.

IDL Function Prototype

HRESULT Name(

   [out, retval] BSTR * TheName

);

C/C++ Syntax

HRESULT get_Name(BSTR * TheName );

Parameters

TheName

The name of the handler, including its .IHD extension. To retrieve the path with the filename, use the II3IDHandler::FilePath property.