IPhotoAcquireSource::GetPhotoAcquireSettings method (photoacquire.h)

The GetPhotoAcquireSettings method obtains an IPhotoAcquireSettings object for working with acquisition settings.

Syntax

HRESULT GetPhotoAcquireSettings(
  [out] IPhotoAcquireSettings **ppPhotoAcquireSettings
);

Parameters

[out] ppPhotoAcquireSettings

Pointer to the address of a photo acquire settings object.

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
Null value passed where non-null is expected.

Requirements

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

See also

IPhotoAcquireSource Interface