Close method

Closes all active SAAPI objects.

This method should only be used if you are developing a .NET application, which creates a NetApplication object instead of an Application object. If you use the Close method on an Application object, an E_NOTIMPL error is thrown.

Syntax


C++

HRESULT Close()

Scripting languages

Object.Close()

 

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUApplication