| Age | Commit message (Collapse) | Author |
|
* 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]>
|
|
|
|
Cleaned up some of the project files
|
|
Went through PR
|
|
removed another debugbreak
|
|
Fixed project settings and removed a debugbreak that I had missed.
|
|
Put the Win32 Service into the base, and created two separate extensions that create the component in a loose and tight manner.
|
|
Removed DefaultDestDirs
Added COM Registration example
|
|
|