Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
The method succeeded. |
|
Null value passed where non-null is expected. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |