using HKCU for printer output path, starting file watcher when receiving first job and restart file watcher, if output path in registry has changed
This commit is contained in:
parent
4a23f4ffb8
commit
2811a2ea29
13 changed files with 94 additions and 46 deletions
|
|
@ -43,5 +43,12 @@ namespace AmagnoVirtualPrinter.Agent.Core.Interfaces
|
|||
/// <param name="iniPath">The path to the ini file</param>
|
||||
/// <returns><see cref="JobStatus"/></returns>
|
||||
JobStatus ReadJobStatus(string iniPath);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the <see cref="SessionInfo" from ini file./>
|
||||
/// </summary>
|
||||
/// <param name="iniFile">The path to the ini file</param>
|
||||
/// <returns><see cref="SessionInfo"/></returns>
|
||||
SessionInfo GetSessionInfo(string iniFile);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue