Win10SysProgBookSamples icon indicating copy to clipboard operation
Win10SysProgBookSamples copied to clipboard

Windows 10 System Programming book samples

Results 16 Win10SysProgBookSamples issues
Sort by recently updated
recently updated
newest added

``` $ oxipng.exe -o max -Z Cover2.png Processing: Cover2.png 896834 bytes (58.31% smaller): Cover2.png ``` [Cover2.zip](https://github.com/zodiacon/Win10SysProgBookSamples/files/15109100/Cover2.zip)

QueryServiceConfig should query hService instead of hScm

Modification kindred with addings (all tested in Visual Studio 2019): 1) "noexcept" operator to the necessary operations, such as destructor, move constructor and move assignment operator. Due to there was...

In this section is located demo code example which demonstrates the reliability of security level of newer string functions in comparison with other classic string functions: ``` void wmain(int argc,...

1) Added "if statement" by reason of Warning C28183 - https://learn.microsoft.com/en-us/cpp/code-quality/c28183?view=msvc 170&f1url=%3FappId%3DDev16IDEF1%26l%3DRU-RU%26k%3Dk(C28183)%26rd%3Dtrue 2) Added 2nd condition to the statement due to Warning C6387. The warning generates because of "passing a...

Added demo code sample from "Chapter 1 - Safe String Functions" section. Added modificated version of the same demo code snippet.

The handle has been initialized to "nullptr", because of it defined as one of the expectations on the below in winnt.h (WinNT.h): // begin_ntoshvp // // Handle to an Object...