This method uninitializes a form that has not been started.
HRESULT Uninitialize( void );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
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.
IASControl::Close, IfmManage::Start