IPhotoAcquireOptionsDialog::Destroy method (photoacquire.h)

The Destroy method closes and destroys the modeless dialog box created with the Create method.

Syntax

HRESULT Destroy();

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

If you destroy the parent window, the child window will automatically be destroyed.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h
Library PhotoAcquireUID.lib

See also

IPhotoAcquireOptionsDialog Interface