Share via


CBasePropertyPage::Deactivate (Compact 2013)

3/26/2014

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

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class
CBasePropertyPage::OnDeactivate