IPhotoProgressDialog::IsCheckboxChecked method (photoacquire.h)

The IsCheckboxChecked method indicates whether the check box in the progress dialog box (typically indicating whether to delete files after transfer) is selected.

Syntax

HRESULT IsCheckboxChecked(
  [in]  PROGRESS_DIALOG_CHECKBOX_ID nCheckboxId,
  [out] BOOL                        *pfChecked
);

Parameters

[in] nCheckboxId

Integer value containing the check box identifier (ID).

[out] pfChecked

Pointer to a flag that, if set to TRUE, indicates that the check box is selected.

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
A NULL pointer was passed where a non-NULL pointer was expected.

Requirements

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

See also

IPhotoProgressDialog Interface