Resets the passed object option structure to its default values.
#include "l_bitmap.h"
L_LTSCR_API L_INT L_GetDefaultObjectOption(pObjectOptions, uStructSize)
Pointer to the object option structure to be reset to its default values.
Size in bytes, of the structure pointed to by pObjectOptions, for versioning. Use sizeof(LEADCAPTUREOBJECTOPTION).
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function resets the passed object option structure to its default values.
For an example, refer to L_CaptureSelectedObject.