L_AnnGetEncryptOptions

Summary

Gets the options for the specified Encrypt annotation object. This annotation object may be in the encryptor or decryptor state.

Syntax

#include "l_bitmap.h"

L_LTANN_API L_INT L_AnnGetEncryptOptions(hObject, pEncryptOptions)

Parameters

HANNOBJECT hObject

Handle to the annotation object.

pANNENCRYPTOPTIONS pEncryptOptions

Pointer to an ANNENCRYPTOPTIONS structure to be updated with the encryption options for the specified encrypt object.

Returns

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

Comments

Use this function to get the encrypt options of an encrypt object. To use this function, declare a variable of type ANNENCRYPTOPTIONS, and pass the address of this variable as the second argument.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to L_AnnEncryptApply.

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

LEADTOOLS Raster Imaging C API Help

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