LAnnEncrypt::GetEncryptOptions

#include "ltwrappr.h"

virtual L_INT LAnnEncrypt::GetEncryptOptions(pEncryptOptions)

pANNENCRYPTOPTIONS pEncryptOptions;

/* pointer to a structure that specifies various encryption options */

Gets the options for the specified Encrypt annotation object. This annotation object may be in the encryptor or decryptor state. This function is available in the Document/Medical Toolkits.

Parameter

Description

pEncryptOptions

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

Returns

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 a type ANNENCRYPTOPTIONS, and pass its address when you call the function.

Required DLLs and Libraries

LTANN

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:

Class Members

Topics:

Annotation Functions: Object Properties

 

Implementing Annotations

 

Automated User Interface for Annotations

 

Annotation Functions: Creating and Deleting Annotations

 

Annotation Functions: Implementing Custom Annotations

Example

For an example, refer to LAnnEncrypt::GetSecondaryMetafile.