<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/config/bindview, branch user/jvalesmena/WDK-2607</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/config/bindview?h=user%2Fjvalesmena%2FWDK-2607</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/config/bindview?h=user%2Fjvalesmena%2FWDK-2607'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-05-26T19:49:22Z</updated>
<entry>
<title>Fixed typos</title>
<updated>2026-05-26T19:49:22Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-26T19:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ed0471c3f7dde410e5a2445c9b374bd401146b6d'/>
<id>urn:sha1:ed0471c3f7dde410e5a2445c9b374bd401146b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed trailing spaces under config and modem</title>
<updated>2026-05-21T23:49:45Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-21T23:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fd877b4f4ae8f127d555b184d9bd12dce562269'/>
<id>urn:sha1:3fd877b4f4ae8f127d555b184d9bd12dce562269</id>
<content type='text'>
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under directories:
	• network\config
	• network\modem

No functional logic changes were introduced.

What Changed
	1. Removed end-of-line trailing whitespace in text files.
	2. Kept file encoding and line endings intact by applying byte-preserving edits.

Risk / Impact
	1. Low risk: formatting-only change.
	2. No API, behavior, or build configuration changes intended.
</content>
</entry>
<entry>
<title>Potentially uninitialized variable in bindview</title>
<updated>2026-04-23T21:19:29Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-04-23T21:19:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=58260dd4216d5e558fe6f218d1aa0935d59a18c5'/>
<id>urn:sha1:58260dd4216d5e558fe6f218d1aa0935d59a18c5</id>
<content type='text'>
These changes eliminate the warnings below in bindview.cpp by initializinf the variables mentioned.

1449 The status of this call to externally defined (SAL) GetCursorPos is not checked, potentially leaving pt uninitialized.
1528 The status of this call to externally defined (SAL) GetCursorPos is not checked, potentially leaving pt uninitialized.
1825 The status of this call to externally defined (SAL) GetDeviceStatus is not checked, potentially leaving ulStatus uninitialized.
</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update README.md (#421)</title>
<updated>2019-09-19T16:34:00Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-19T16:34:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=65a2384f555cf54601e3b9c29eb53075193a9af1'/>
<id>urn:sha1:65a2384f555cf54601e3b9c29eb53075193a9af1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md (#406)</title>
<updated>2019-08-21T01:11:46Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-21T01:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=34671c176729bb8b30eef20a5a3ca0b431546303'/>
<id>urn:sha1:34671c176729bb8b30eef20a5a3ca0b431546303</id>
<content type='text'>
* Update README.md

* Update README.md
</content>
</entry>
<entry>
<title>Update README.md (#404)</title>
<updated>2019-08-20T13:48:59Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-20T13:48:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=00c331aa9912fcbbe650d42fa794130643579e46'/>
<id>urn:sha1:00c331aa9912fcbbe650d42fa794130643579e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2019-08-17T23:50:38Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-17T23:50:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3156a4118e1f2d51c7df451525e514e1504c7d81'/>
<id>urn:sha1:3156a4118e1f2d51c7df451525e514e1504c7d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update heading</title>
<updated>2019-07-15T18:54:00Z</updated>
<author>
<name>Den Delimarsky</name>
<email>botcrane-admin@service.microsoft.com</email>
</author>
<published>2019-07-15T18:54:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1aa39e393c0657d7dfd5110727f3b92d20fc3187'/>
<id>urn:sha1:1aa39e393c0657d7dfd5110727f3b92d20fc3187</id>
<content type='text'>
</content>
</entry>
</feed>
