summaryrefslogtreecommitdiff
path: root/general/DCHU/osrfx2_DCHU_base
AgeCommit message (Collapse)Author
2020-03-24Rewrite the service for the best practice of Win32 Services Interacti… (#472)131800andylsn
* Rewrite the service for the best practice of Win32 Services Interacting with Devices * Rewrite the service using pure WIN32 APIs * Support multiple device interfaces * Add WINAPI decoration to notification callbacks to avoid AV issue * A small fix * Implement OSRFX2 samples for AddTrigger syntax and service lifetime control * Add comment on AddTrigger syntax Co-authored-by: Shunni Li <[email protected]> * Update inx file (#2) Co-authored-by: Shunni Li <[email protected]> * Add PnpLockdown in INX * Update osrfx2_DCHU_base.inx Co-authored-by: Shunni Li <[email protected]>
2019-08-13Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295Vidush Vishwanath
2018-04-09Made changes to project filesMatthew Montera
Cleaned up some of the project files
2017-08-25Many changesMatthew Montera
Went through PR
2017-08-22debugbreakMatthew Montera
removed another debugbreak
2017-08-22Fixed project settingsMatthew Montera
Fixed project settings and removed a debugbreak that I had missed.
2017-08-18AddComponent to ExtensionMatthew Montera
Put the Win32 Service into the base, and created two separate extensions that create the component in a loose and tight manner.
2017-07-31Moved Components to Extension INFsMatthew Montera
Removed DefaultDestDirs Added COM Registration example
2017-06-06Adding DCHU sample to the WDK sample repo.Nabil Fates