IPhotoProgressDialog::SetCheckboxTooltip method (photoacquire.h)

The SetCheckboxTooltip method sets the tooltip text for the check box in the progress dialog box.

Syntax

HRESULT SetCheckboxTooltip(
  [in] PROGRESS_DIALOG_CHECKBOX_ID nCheckboxId,
  [in] LPCWSTR                     pszCheckboxTooltipText
);

Parameters

[in] nCheckboxId

Integer containing the check box identifier (ID).

[in] pszCheckboxTooltipText

Pointer to a null-terminated string containing the check box tooltip 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