Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 6680a49

Browse files
committed
update source
1 parent 8edfbf3 commit 6680a49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EventHook/Hooks/PrintQueueHook.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace EventHook.Hooks
1111
{
12+
//http://www.codeproject.com/Articles/51085/Monitor-jobs-in-a-printer-queue-NET
1213
internal class PrintJobChangeEventArgs : EventArgs
1314
{
1415
internal PrintJobChangeEventArgs(int intJobID, string strJobName, JOBSTATUS jStatus, PrintSystemJobInfo objJobInfo)
@@ -269,4 +270,4 @@ [Out] out IntPtr lppPrinterNotifyInfo
269270

270271
#endregion
271272
}
272-
}
273+
}

0 commit comments

Comments
 (0)