KVPanopticonInterface

This structure contains pointers to the Panopticon API functions. You can set the pointers by calling the KVPanopticonGetInterface() function.

typedef struct tag_KVPanopticonInterface
{
   KVStructHeader;
   KV_PANOPTICON_INIT init;
   KV_PANOPTICON_CONFIGURE_RMS configureRMS;
   KV_PANOPTICON_ENCRYPTION_INFO encryptionInfo;
   KV_PANOPTICON_DECRYPT_FILE decryptFile;
   KV_PANOPTICON_SHUTDOWN shutdown;
} KVPanopticonInterface;

Member Descriptions

KVStructHeader The KeyView version of the structure. See KVStructHead.

The subsequent members of this structure are the pointers to the API functions. See Panopticon API Functions.