IPhotoProgressDialog::SetProgressText method (photoacquire.h)

The SetProgressText method sets the text for the progress bar in the progress dialog box.

Syntax

HRESULT SetProgressText(
  [in] LPCWSTR pszProgressText
);

Parameters

[in] pszProgressText

Pointer to a null-terminated string containing the progress text.

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.

Requirements

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

See also

IPhotoProgressDialog Interface