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