IPhotoAcquirePlugin::DisplayConfigureDialog method (photoacquire.h)

The DisplayConfigureDialog method provides extended functionality when the configuration dialog is displayed. The application provides the implementation of the DisplayConfigureDialog method.

Syntax

HRESULT DisplayConfigureDialog(
  [in] HWND hWndParent
);

Parameters

[in] hWndParent

Specifies the handle to the configuration dialog window.

Return value

The method returns an HRESULT. Your implementation is not limited to the following return values.

Return code Description
S_OK
The method succeeded.
E_NOTIMPL
The method is not implemented

Requirements

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

See also

IPhotoAcquirePlugin Interface