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 |
---|---|
|
The method succeeded. |
|
A non-NULL value was expected. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |