1.1

Will get the four-byte 32-little bit binary quantity serial quantity of a microsoft windows
disk generate assigned when it's structured to supply and nearly distinctive #.
do not confuse this using the Volser(,
or even the designer's disk serial quantity assigned to some difficult generate in the factory.
utilizes JNI and C++ native code.
is made of java and JNI you include things like in your personal code.
C:
you are able to check with
compact disk com.mindprod. Volser
java.exe com.mindprod. Volser
and ensuring nativevolser.dll is about the route, e.g. within the
present folder. Volser. You have to MANUALLY EXTRACT
NATIVEVOLSER. DLL and set it about the route. View
http:,,mindprod.com,jgloss,route.html page
course:
to utilize getVolser,> one. an transfer,
two. a static init to load the JNI dll file
three. a contact towards the getVolser native technique
i.e.
transfer com.mindprod. Volser. Volser;
...
static
{
,, get DLL load from somewhere on java.dll file route.
program.loadLibrary( "nativevolser" );
,, if get troubles alter this code to utilize
,, program.load( "E:\com\mindprod\Volser\nativevolser.dll" );
* check harness
*,> * @param args not utilized
*
{
community static void primary( String[] args )
,> ,, requirements generate letter with colon and trailing backslash
last int Volser = Volser.getVolser( "C:\" );
program.out.println( "four-byte quantity serial quantity for generate C: is " + Integer.toHexString( Volser ) );
}
Volser does absolutely nothing a lot by by itself, different than a debugging
}
check harness to demonstrate getVolser technique.