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 |
---|---|
|
The method succeeded. |
|
The method is not implemented |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |