EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.GetObject

TElPKCS11SessionInfo     See also    


 

Accesses session objects by index.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Function IElPKCS11SessionInfoX7.GetObject(Index As Long) As IUnknown

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX7.GetObject([in] long Index, [out, retval] IUnknown ** Value);

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired object in the list. The first item has Index=0, the second has Index=1, etc.
 
 

Return value

    Returns an instance of TElPKCS11Object class, containing the object.

 
 

Description

    Use this method to access individual items in the Objects list by index.

 
 

See also:     Objects     GetObjectByHandle     GetObjectBySubjectOrID    

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