BSAFE

Conversion des entêtes C++ (.h) en LotusScript. le toolkit est téléchargeable ici => http://www-128.ibm.com/developerworks/l ... lkits.html

BSAFE

Messagepar Stephane Maillard » 24 Oct 2006 à 00:33

Bonjour,
Code : Tout sélectionner
Option Public

Const fSECToken_EnableRenewal = &h0001

Declare Function SECAttachToID Lib "nnotes.dll" () As Long ' STATUS LNPUBLIC SECAttachToID (void)
Declare Function SECReattachToRootID Lib "nnotes.dll" () As Long ' STATUS LNPUBLIC SECReattachToRootID (void)

Type SSO_TOKEN
   mhName As Long ' mhName As MEMHANDLE
   mhDomainList As Long ' mhDomainList As MEMHANDLE
   wNumDomains As Integer
   bSecureOnly As Boolean
   mhData As Long ' mhData As MEMHANDLE
End Type

Declare Function SECTokkenGenerate Lib "nnotes.dll" (ServerName As String, OrgName As String, ConfigName As String, Username As String, Creation As Long, Expiration As Long, retmhToken As Long, dwReserved As Long, vpReserved As Long) As Long ' Creation as TIMEDATE, Expiration As TIMEDATE, retmhToken as MEMHANDLE, vpReserved As Void
Declare Function SECTokenValidate Lib "nnotes.dll" (ServerName As String, OrgName As String, ConfigName As String, TokenData As String, retUsername As String, retCreation As Long, retExpiration As Long, dwReserved As Long, vpReserved As Long) As Long ' retCreation As TIMEDATE, retExpiration As TIMEDATE, vpReserved As Void
Declare Function SECTokenFree Lib "nnotes.dll" (mhToken As Long) As Long ' mhToken As MEMHANDLE
Declare Function SECGetSSONameMappingConfig Lib "nnotes.dll" (ServerName As String, OrgName As String, ConfigName As String, retbNameMapping As Boolean, dwReserved As Long, vpReserved As Long) As Long ' vpReserved As Void
Comme d'habitude.
Cordialement

Stéphane Maillard
Avatar de l’utilisateur
Stephane Maillard
Lord of DominoArea
Lord of DominoArea
 
Message(s) : 8695
Inscrit(e) le : 16 Déc 2004 à 01:10
Localisation : Bretagne

Retour vers Lotus C++ API en LotusScipt