Finalizes the specified PTR.

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

Syntax

Visual Basic (Declaration)
Function Finalize ( _
	ptr As IntPtr _
) As Integer
C#
int Finalize(
	IntPtr ptr
)
Visual C++
int Finalize(
	IntPtr ptr
)
JavaScript
function finalize(ptr);

Parameters

ptr
Type: System..::..IntPtr
The PTR.

Return Value

See Also