Documentation  |   Table of Contents   |  < Previous   |  Next >   |  Index

5    AmPluginCodePrint

Security and Cryptography

Exploring Palm OS

This data structure is used by the Code Fingerprint plug-in to the Authentication Manager. It provides extra information about the tokens managed by the plug-in.

AmPluginCodePrint Structures and Types

The header file AmPluginCodePrint.h declares the API that this chapter describes.

See Chapter 1, "Palm OS Cobalt Security," for more information about the Authentication Manager and AM plug-ins.

AmPluginCodePrint Structures and Types ^TOP^

AmPluginCodePrintExtInfoType Struct ^TOP^

Purpose

Data structure returned by the standard Code Fingerprint plug-in when extended token information is requested by calling AmGetTokenExtendedInfo().

Declared In

AmPluginCodePrint.h

Prototype

typedef struct {
   uint32_t type;
   uint32_t creator;
   char name[32];
} AmPluginCodePrintExtInfoType

Fields

type
The type of the database that was fingerprinted.
creator
The creator ID of the database that was fingerprinted.
name
The name of the database that was fingerprinted.