EnumServicesStatus – Enumerate NT services
Every machine installed with Windows NT Operating system and above will have NT services running with it. Developers will also write some Win32 NT Services […]
Every machine installed with Windows NT Operating system and above will have NT services running with it. Developers will also write some Win32 NT Services […]
Synchronization is a very hot topic in all threading subjects. Almost all the programs using threading are in some way will be implementing a synchronization […]
Multithreading is a vast subject. This article aims to cover only some basics on multithreading. It also gives a small sample code to write […]
Customized Printing Dialog using PrintDlg: This article is about how to create a customized Print Dialog. Customized dialog means the customization done with the PrintDlg(..) […]
Win32 File Samples article tries to explain how to read from and write to Disk files using Win32 functions. Though Win32 is not user-friendly and […]
Environment variables are used by variety of programs. Each process loaded in Windows will have access to its block of environment variables. While windows […]
This piece of sample code explains how to retrieve the Logged on User and Domain name on Win NT/2000 using Win32 functions. . The function […]
Unicode programming is supposed to be easier with windows. But there are certain weird instances when we need to write some weird code too. This […]
Dll is convenient in many ways. If there are some functionalities which are expected to change over time, a Dll becomes the choice of use […]
STL Set A set is a simple unique sorted associative container. It is a simple associative container as the key and the value are the […]
Copyright © 2025 | WordPress Theme by MH Themes