Home Page

Volser 1.3 - Download




About Volser

Gets the 4-byte 32-bit binary volume serial number of a Windows disk drive assigned when it is formatted to provide and almost unique id.

Gets the 4-byte 32-bit binary volume serial number of a Windows
disk drive assigned when it is formatted to provide and almost unique id.
Don't confuse this with the volser(, the string name,
or the manufacturer's disk serial number assigned to a hard drive at the factory.
Uses JNI and C++ native code.
Consists of java and JNI you include in your own code.
You can test with
C:
CD com.mindprod.volser
java.exe -jar volser.jar
and ensuring volser.32.dll iand volser.64.dll are on the path, e.g. in the
current directory.
To use getVolser, you need three pieces of code in your
class:
1. an import,
2. a static init to load the JNI library
3. a call to the getVolser native method
i.e.
import com.mindprod.volser.Volser;
...
static
{
// get DLL loaded from somewhere on java.library path.
System.loadLibrary( "volser.32" );
/**
* test harness
*
* @param args not used
*/
public static void main( String[] args )
{
// Needs drive letter with colon and trailing backslash
final int volser = Volser.getVolser( "C:" );
System.out.println( "4-byte Volume serial number for drive C: is " + Integer.toHexString( volser ) );
}
}
Volser does nothing much by itself, other than a debugging
test harness to demonstrate getVolser method.



Previous Versions

Here you can find the changelog of Volser since it was posted on our website on 2015-04-28 03:00:00. The latest version is 1.3 and it was updated on 2024-03-19 23:23:25. See below the changes in each version.

Volser version 1.3
Updated At: 2012-12-11
Changes: add 64-bit support
Volser version 1.1
Updated At: 2008-09-23
Changes: fix problem with Microsoft C++ runtime library


Related Apps

Here you can find apps that are similar with Volser.



Disclaimer

External Download


We do not host Volser on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for Volser is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 214
Updated At: 2024-03-19 23:23:25
Publisher: Canadian Mind Products
Operating System: Java,Linux,Mac OS X,Unix,Win2000,Win7 X32,Win7 X64,WinServer,WinVista,WinVista X64,WinXP
License Type: Free