IPhotoAcquireSettings::GetFlags method (photoacquire.h)

The GetFlags method retrieves the photo acquire flags.

Syntax

HRESULT GetFlags(
  [out] DWORD *pdwPhotoAcquireFlags
);

Parameters

[out] pdwPhotoAcquireFlags

Pointer to a 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.
E_POINTER
A non-NULL value was expected.

Requirements

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

See also

IPhotoAcquireSettings Interface

SetFlags