Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is an atomic file rename (with overwrite) possible on Windows?

windows winapi posix

C# - Detect time of last user interaction with the OS

How can we check if a file Exists or not using Win32 program?

windows winapi file

How do I programmatically get the version of a DLL or EXE file?

c++ winapi dll version exe

How do I use a third-party DLL file in Visual Studio C++?

c++ visual-studio winapi dll

Why is the compiler throwing this warning: "missing initializer"? Isn't the structure initialized?

c winapi gcc

Can multithreading be implemented on a single processor system?

How to list physical disks?

c windows winapi hard-drive

Manipulate system/visible clipping region in Windows 1809

c++ windows winapi clipping

Python Setup Disabling Path Length Limit Pros and Cons?

How can I get the Windows last reboot reason

windows winapi shutdown reboot

What's "wrong" with C++ wchar_t and wstrings? What are some alternatives to wide characters?

What's the differences between VirtualAlloc and HeapAlloc?

What is the easiest way to parse an INI File in C++? [closed]

c++ winapi ini fileparse

Can I download the Visual C++ Command Line Compiler without Visual Studio?

c++ winapi visual-c++

How to delete a folder that name ended with a dot (".")?

windows winapi file-io

How to read a value from the Windows registry

c++ windows winapi registry

How can I get a list of all open named pipes in Windows?

windows winapi pipe

Dynamically load a function from a DLL

c++ winapi dll

Is gettimeofday() guaranteed to be of microsecond resolution?