Back to the Function Reference Table of Contents

Features Functions

Functions to determine the installed PGPsdk's available features.

spgpSdkApiVersion

Returns the PGPsdk API version, which may be used to, e.g., determine whether the User-Interface Dialogs may be used. The API version is not the PGP version: see the Notes, below.

Visual Basic declaration:

Declare Function spgpsdkapiversion Lib "spgp.dll" () As Long

Notes and Warnings:

up to the top
Back to the Function Reference Table of Contents