Jump to content

Help with a DLLCall - PrintUI


Recommended Posts

PrintUI is defined here

http://technet.microsoft.com/en-us/library/ee624057.aspx

 

If I run "rundll32 printui.dll PrintUIEntry /ge" from a command prompt, it will enumerate all of my Globally Added Printers.  I have seen people on this forum to do some pretty amazing things will DLLcalls, but I have never done one before.

How might I get this enumerated data into autoit?

Link to comment
Share on other sites

  • 2 weeks later...

I suggest using API monitor, then using rundll32 printUI, etc....and capture exact;y how rundll32 is calling the print dialog, then simple translate to dllcall, add constants/buffers/variables etc, then ur good 2 go.

What is what? What is what.

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...