L_GetDefaultObjectOption

Summary

Resets the passed object option structure to its default values.

Syntax

#include "l_bitmap.h"

L_LTSCR_API L_INT L_GetDefaultObjectOption(pObjectOptions, uStructSize)

Parameters

pLEADCAPTUREOBJECTOPTION pObjectOptions

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

L_UINT uStructSize

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

Returns

Value Meaning
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

See Also

Functions

Topics

Example

For an example, refer to L_CaptureSelectedObject.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Screen Capture C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.