Jump to content

How to call PrepareDiscForBurnRunDll function with dllcall?


kosamja
 Share

Recommended Posts

PrepareDiscForBurnRunDll opens this dialog
burn_discs_5.png

this works from bat file

"C:\Windows\system32\rundll32.exe" C:\Windows\system32\shell32.dll,PrepareDiscForBurnRunDll H:\

but this dllcall doesnt work

DllCall('shell32.dll', 'none', 'PrepareDiscForBurnRunDll', 'str', 'H:\')

How to write dllcall so that this dialog opens?

Edited by kosamja
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...