IPhotoProgressDialog::SetTitle method (photoacquire.h)
The SetTitle
method sets the title of the progress dialog box.
Syntax
HRESULT SetTitle(
[in] LPCWSTR pszTitle
);
Parameters
[in] pszTitle
Pointer to a null-terminated string containing the title.
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. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |