IPhotoProgressDialog::SetCheckboxText method (photoacquire.h)
The SetCheckboxText
method sets the text for the check box in the progress dialog box indicating whether to delete images after transfer.
Syntax
HRESULT SetCheckboxText(
[in] PROGRESS_DIALOG_CHECKBOX_ID nCheckboxId,
[in] LPCWSTR pszCheckboxText
);
Parameters
[in] nCheckboxId
Integer containing the check box identifier (ID).
[in] pszCheckboxText
Pointer to a null-terminated string containing the check box text.
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 |