L_GetDefaultAreaOption

Summary

Resets the passed area option structure to its default values.

Syntax

#include "l_bitmap.h"

L_LTSCR_API L_INT L_GetDefaultAreaOption(pCaptureAreaOption, uStructSize)

Parameters

pLEADCAPTUREAREAOPTION pCaptureAreaOption

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

L_UINT uStructSize

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

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_CaptureArea.

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.