Results 1 to 4 of 4

Thread: Print Job Details

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff / News Reporter phibermon's Avatar
    Join Date
    Sep 2009
    Location
    England
    Posts
    524
    it's not just the wrong place, it's the wrong site

    What you are looking for will be part of the Windows API, search on Microsoft, technet etc or alternativley find an open source project that deals with print queue managment that might contain the calls you need.

    Here's somewhere to get started :

    http://msdn.microsoft.com/en-us/libr..._job_functions

    specifically this function :

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

    and even more specifically the record structures JOB_INFO_1,2 and 3 returnable by that function :

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
    Last edited by phibermon; 27-11-2013 at 01:19 PM.
    When the moon hits your eye like a big pizza pie - that's an extinction level impact event.

  2. #2
    I kinda figured it's the wrong site, but this community is actually active. Anyway, thanks a lot for your quick reply. I will look into the links you have provided.
    IF YOU'VE FAILED TO TAKE OVER THE WORLD, CREATE A GAME WHERE YOU CAN.

  3. #3
    You may try looking in google groups, there's a big community that can help, Delphi Developers. Nice people, very helpful.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •