topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 12:38 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea DVD discid  (Read 4164 times)

jolly1

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1
    • View Profile
    • Donate to Member
Idea DVD discid
« on: November 24, 2007, 04:30 PM »
Hi,
  Just found your site I recently downloaded AutoHotKey, have been trying to create a AHK file to get the DVD disc id.
Have read that the dll file is quartz.dll and the command is getdiscid(). I'm no programmer so it's a real struggle have tried the following

Result := DllCall("C:\WINDOWS\system32\quartz.dll\GetDiscID", "str", "f:\" , "int64 *", UniqueID)
Msgbox, %UniqueID% %Result%

Have tried multiple variations of the above with no success

ideally would be just the commandline

discid =  getdiscid F:\

thamks for any help