IPhotoProgressDialog::GetWindow method (photoacquire.h)
The GetWindow
method retrieves the handle to the progress dialog box.
Syntax
HRESULT GetWindow(
[out] HWND *phwndProgressDialog
);
Parameters
[out] phwndProgressDialog
Specifies the handle to the progress dialog box.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Pointer passed was NULL |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |