mw::mo::mocam::autofocus::Handle::Initialize Member Function

Syntax

ErrorCodes Initialize(
     Malloc malloc,
     Free free
);

Arguments

Name Description
in malloc Memory allocation function used by the autofocus object.
in free Memory desallocation function used by the autofocus object.

Return Values

Return OK if no error.

Description

Initialize the autofocus object.

Revision History

2011/03/15
Initial version.

CONFIDENTIAL