| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Update README.md
* Update README.md
|
|
callback (#408)
Moves the unregister of callouts into a workitem routine. Additionally fixed an issue which could potentially leak an IOWorkItem
|
|
* Update README.md
* Update README.md
|
|
|
|
|
|
update the tags to properly match
|
|
|
|
|
|
fix null pointer deref. pSendParams has moved under pCompletionData and any further use must be done from this struct
|
|
|
|
|
|
|
|
|
|
|
|
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
|
|
* Rename YAML manifests to use .yml extension
* Add preserveParentHierarchy: true to YAML manifest
* Updated YAML manifest for Microsoft Samples portal.
* Fix YAML newline warnings
* Updated vssolution path in YAML manifests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid 0x80000003 on 32-bit Windows in msnmntr.
|
|
|
|
|
|
Revised WFP Sampler
|
|
The exception occurs in MonitorCoStreamFlowDeletion, but the bug is in MonitorCoCreateFlowContext.
In 32-bit Windows, the high bit of kernel mode pointers is set, and the pointer value is 0x80000000 or above. Casting 0x80000000 to a UINT64 yields 0xffffffff80000000 because of sign extension. ULongLongToULongPtr converts 0xffffffff80000000 to 0xffffffff. Boom.
Cast using an intermediate uintptr_t to avoid the sign extension in the first place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
|
|
|
|
|
|
|