Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |