CBasePropertyPage::Deactivate

 
Microsoft DirectShow 9.0

CBasePropertyPage::Deactivate

The Deactivate method destroys the dialog window. This method implements the IPropertyPage::Deactivate method.

Syntax

  HRESULT Deactivate(void);

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_UNEXPECTED Unexpected failure.

Requirements

**  Header:** Declared in Cprop.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also