sc14n  3.1.0
Static Public Member Functions | List of all members
sc14n::Gen Class Reference

General info about the core library DLL. More...

Static Public Member Functions

static int Version ()
 Get version number of the core native DLL as an integer value. More...
 
static std::string CompileTime ()
 Get date and time the core native DLL module was last compiled. More...
 
static std::string ModuleName ()
 Get full path name of the current process's core native DLL. More...
 
static std::string Platform ()
 Get platform the core native DLL was compiled for. More...
 
static std::string LicenceType ()
 Get licence type as a string. More...
 

Detailed Description

General info about the core library DLL.

Member Function Documentation

◆ CompileTime()

static std::string sc14n::Gen::CompileTime ( )
static

Get date and time the core native DLL module was last compiled.

Returns
Date and time string.

◆ LicenceType()

static std::string sc14n::Gen::LicenceType ( )
static

Get licence type as a string.

Returns
"D" = Developer "T" = Trial.

◆ ModuleName()

static std::string sc14n::Gen::ModuleName ( )
static

Get full path name of the current process's core native DLL.

Returns
Path to core native DLL file.
Remarks
This may return C:\Windows\System32 when it is really C:\Windows\SysWOW64.

◆ Platform()

static std::string sc14n::Gen::Platform ( )
static

Get platform the core native DLL was compiled for.

Returns
Win32 or Win64.

◆ Version()

static int sc14n::Gen::Version ( )
static

Get version number of the core native DLL as an integer value.

Returns
Version number in form Major*10000 + Minor*100 + Release. For example, version 2.10.3 would return the integer 21003.
Copyright © 2017-21 D.I. Management Services Pty Limited ABN 78 083 210 584 Australia. All rights reserved. <www.di-mgt.com.au> <www.cryptosys.net>. Generated on Tue Apr 5 2022 17:40:37 by Doxygen 1.9.1.