Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_FindObjects ( _
	hSession As Integer, _
	wanted As Integer, _
	hObjects As List(Of Integer) _
) As Integer
C#
public abstract int C_FindObjects(
	int hSession,
	int wanted,
	List<int> hObjects
)
Visual C++
public:
virtual int C_FindObjects(
	int hSession, 
	int wanted, 
	List<int>^ hObjects
) abstract
JavaScript
function c_FindObjects(hSession, wanted, hObjects);

Parameters

hSession
Type: System..::..Int32
wanted
Type: System..::..Int32
hObjects
Type: System.Collections.Generic..::..List<(Of <(Int32>)>)

See Also