IASForm::Uninitialize

This method uninitializes a form that has not been started.

Syntax

HRESULT Uninitialize( void );

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

While this method has the same effect as invoking IASControl::Close for the form, IASForm::Uninitialize works for forms that have not been started yet.

See Also

IASControl::Close, IfmManage::Start