IPhotoAcquireSettings::InitializeFromRegistry method (photoacquire.h)
The InitializeFromRegistry
method specifies a registry key from which to initialize settings.
Syntax
HRESULT InitializeFromRegistry(
[in] LPCWSTR pszRegistryKey
);
Parameters
[in] pszRegistryKey
Pointer to a null-terminated string containing the registry key.
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. |
|
This method is not yet implemented. |
Remarks
The structure of the registry has not yet been determined at this point.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |