IPhotoAcquireDeviceSelectionDialog::SetTitle method (photoacquire.h)

The SetTitle method sets the title of the device selection 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
S_OK
The method succeeded.

Requirements

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

See also

IPhotoAcquireDeviceSelectionDialog Interface