netstat: Initial implementation.
[wine] / dlls / qmgr / qmgr.h
2012-12-06  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyFiles...
2012-12-05  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyJobs iface.
2012-12-04  Michael Stefaniucqmgr: Parameter cleanup for a helper function.
2012-12-04  Michael Stefaniucqmgr: COM cleanup for the IBackgroundCopyManager iface.
2011-07-20  Michael Stefaniucqmgr: COM cleanup for the IClassFactory iface.
2011-05-24  Marcus Meissnerqmgr: Mark internal symbols with hidden visibility.
2008-03-20  Dan Hipschmanqmgr: Add a stub implementation of IBackgroundCopyJob2.
2008-03-14  Dan Hipschmanqmgr: Implement local file background "downloads."
2008-03-14  Dan Hipschmanqmgr: Add infrastructure for background file transferring.
2008-03-13  Dan Hipschmanqmgr: Add critical sections for jobs and files.
2008-03-07  Dan Hipschmanqmgr: Only have one BackgroundCopyManager per system.
2008-03-05  Dan Hipschmanqmgr: Implement IBackgroundCopyJob_Resume.
2008-03-04  Roy Sheaqmgr: Implement IEnumBackgroundCopyJobs_GetCount.
2008-02-29  Roy Sheaqmgr: Implement job lists for IBackgroundCopyManager.
2008-02-29  Roy Sheaqmgr: Implement IBackgroundCopyFile_GetProgress.
2008-02-27  Roy Sheaqmgr: Implement the IUnknown interface for IEnumBackgro...
2008-02-27  Roy Sheaqmgr: Implement IBackgroundCopyJob_AddFile.
2008-02-27  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...
2008-02-26  Roy Sheaqmgr: Implement the IUnknown interface for IEnumBackgro...
2008-02-25  Roy Sheaqmgr: Implement IBackgroundCopyManager_CreateJob with...
2008-02-25  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...
2008-02-19  Roy Sheaqmgr: Implement DLL server registration.
2008-01-23  Roy Sheaqmgr: Implement IClassFactory methods.
2007-12-20  Roy Sheaqmgr: AddRef, QueryInterface, and stub functions for...