IPhotoAcquireSettings::GetGroupTag method (photoacquire.h)

The GetGroupTag method retrieves a tag string for the group of files being downloaded from the device.

Syntax

HRESULT GetGroupTag(
  [out] BSTR *pbstrGroupTag
);

Parameters

[out] pbstrGroupTag

Pointer to a string containing the group tag.

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.

Remarks

The group tag is stored as a keyword in each file's metadata. It is also used in the file name if the $(GroupTag) token is present in the format string passed to SetOutputFileNameTemplate.

Requirements

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

See also

IPhotoAcquireSettings Interface

SetGroupTag