CryptoSys API Library Manual
General.IsWin64 Method
Returns flag indicating the platform of the core DLL.
Syntax
[C#]
public static int IsWin64()
[VB.NET]
Public Shared Function IsWin64 As Integer
Return Value
1 if platform is Win64 (X64) or 0 if Win32
[Contents] [Index]