资源简介
PrintSpooler
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Printing;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
using Atom8.API.PrintSpool;
namespace Atom8.Monitors
{
public class PrintJobChangeEventArgs : EventArgs
{
#region private variables
private int _jobID=0;
private string _jobName = ““;
private JOBSTATUS _jobStatus = new JOBSTATUS();
private PrintSystemJobInfo _jobInfo = null;
#endregion
public int JobID { get { return _jobID;} }
public string JobName { get { return _jobName; } }
public JOBSTATUS JobStatus { get { return _jobStatus; } }
public PrintSystemJobInfo JobInfo { get { return _jobInfo; } }
public PrintJobChangeEventArgs(int intJobID string strJobName JOBSTATUS jStatus PrintSystemJobInfo objJobInfo )
: base()
{
_jobID = intJobID;
_jobNam
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1435 2010-01-08 10:54 PrintSpooler.sln
目录 0 2010-01-08 14:50 PrintQueueMonitor\
目录 0 2010-01-08 10:54 PrintQueueMonitor\bin\
目录 0 2010-01-08 11:01 PrintQueueMonitor\bin\Release\
文件 20992 2010-01-08 14:50 PrintQueueMonitor\bin\Release\PrintQueueMonitor.dll
文件 9847 2010-01-08 14:50 PrintQueueMonitor\PrintQueueMonitor.cs
文件 2688 2010-01-08 12:00 PrintQueueMonitor\PrintQueueMonitor.csproj
文件 24354 2010-01-08 12:00 PrintQueueMonitor\PrintSpoolAPI.cs
目录 0 2010-01-08 10:50 PrintQueueMonitor\Properties\
文件 1446 2010-01-08 10:50 PrintQueueMonitor\Properties\AssemblyInfo.cs
目录 0 2010-01-08 14:40 PrintSpooler\
目录 0 2010-01-08 10:47 PrintSpooler\bin\
目录 0 2010-01-08 11:02 PrintSpooler\bin\Release\
文件 20992 2010-01-08 14:50 PrintSpooler\bin\Release\PrintQueueMonitor.dll
文件 10240 2010-01-08 14:50 PrintSpooler\bin\Release\PrintSpooler.exe
文件 1890 2010-01-08 14:40 PrintSpooler\MainForm.cs
文件 3944 2010-01-08 14:30 PrintSpooler\MainForm.Designer.cs
文件 5814 2010-01-08 14:30 PrintSpooler\MainForm.resx
文件 4112 2010-01-08 11:02 PrintSpooler\PrintSpooler.csproj
文件 74 2010-01-08 10:47 PrintSpooler\PrintSpooler.csproj.user
文件 507 2010-01-08 10:48 PrintSpooler\Program.cs
目录 0 2010-01-08 10:47 PrintSpooler\Properties\
文件 1436 2010-01-08 10:47 PrintSpooler\Properties\AssemblyInfo.cs
文件 2853 2010-01-08 10:47 PrintSpooler\Properties\Resources.Designer.cs
文件 5612 2010-01-08 10:47 PrintSpooler\Properties\Resources.resx
文件 1097 2010-01-08 10:47 PrintSpooler\Properties\Settings.Designer.cs
文件 249 2010-01-08 10:47 PrintSpooler\Properties\Settings.settings
- 上一篇:UPCA条形码
- 下一篇:AD 操作 Helper类代码
评论
共有 条评论