EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Module.Load

TElPKCS11Module     See also    


 

Loads DLL library which provides PKCS#11 API.

 
 

Declaration

[C#]
    uint Load(string ModuleName);

[VB.NET]
    Function Load(ByVal ModuleName As String) As UInt32

[Pascal]
    function Load(ModuleName: string): cardinal;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ModuleName - Name of the DLL library to be loaded.
 
 

Return value

    0 if the library was loaded successfully, -1 otherwise.

 
 

Description

    Use this function to load a DLL library which provides PKCS#11 API.

 
 

See also:     HLib    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation