CloseInput Method

Releases all the resources and performs any necessary cleanup.


C++ Syntax

HRESULT STDMETHODCALLTYPE CloseInput(IN VARIANT_BOOL bAbort);

Script Syntax

CloseInput(bAbort);

Parameters

bAbort
A Boolean value set to TRUE if the query execution has been aborted, or FALSE if the query execution has completed successfully.

Return Value

None.

Remarks


Examples

C++ example:

HRESULT CProcessesInputContext::CloseInput( IN VARIANT_BOOL bAbort )
{
	// Close the snapshot handle
	if( m_hSnapshot != INVALID_HANDLE_VALUE )
	{
		CloseHandle( m_hSnapshot );
		m_hSnapshot = INVALID_HANDLE_VALUE;
}

	return S_OK;
}

VBScript example:

Function CloseInput(bAbort)

	m_objQFEArray = Array()

End Function

See also:

ILogParserInputContext Interface
OpenInput Method
Run Time Interaction
Custom Plugins

© 2004 Microsoft Corporation. All rights reserved.

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.