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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetObjectSize ( _
	hSession As Integer, _
	hObject As Integer, _
	<OutAttribute> ByRef pSize As Integer _
) As Integer
C#
public abstract int C_GetObjectSize(
	int hSession,
	int hObject,
	out int pSize
)
Visual C++
public:
virtual int C_GetObjectSize(
	int hSession, 
	int hObject, 
	[OutAttribute] int% pSize
) abstract
JavaScript
function c_GetObjectSize(hSession, hObject, pSize);

Parameters

hSession
Type: System..::..Int32
hObject
Type: System..::..Int32
pSize
Type: System..::..Int32%

See Also