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
S_OK
The method succeeded.
E_POINTER
Pointer passed was NULL

Requirements

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

See also

IPhotoProgressDialog Interface