IPhotoAcquireSettings::SetFlags method (photoacquire.h)

The SetFlags method sets the photo acquire flags.

Syntax

HRESULT SetFlags(
  [in] DWORD dwPhotoAcquireFlags
);

Parameters

[in] dwPhotoAcquireFlags

Double word value containing the photo acquire flags.

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

GetFlags

IPhotoAcquireSettings Interface