L_GetDefaultObjectOption

#include "l_bitmap.h"

L_INT L_GetDefaultObjectOption(pObjectOptions, uStructSize)

pLEADCAPTUREOBJECTOPTION pObjectOptions;

/* pointer to the object option structure */

L_UINT uStructSize;

/* size in bytes, of the structure pointed to by pObjectOptions */

Resets the passed object option structure to its default values.

Parameter

Description

pObjectOptions

Pointer to the object option structure to be reset to its default values.

uStructSize

Size in bytes, of the structure pointed to by pObjectOptions, for versioning. Use sizeof(LEADCAPTUREOBJECTOPTION).

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function resets the passed object option structure to its default values.

Required DLLs and Libraries

LTSCR

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

L_CaptureSelectedObject

Example

For an example, refer to L_CaptureSelectedObject.