


C++/WinRT gotcha: get_strong()
will produce a broken strong reference if destruction has already begun

The dangers of releasing the last strong reference from within its own callback

Why is kernel32.dll running in user mode and not kernel mode, like its name implies?

GetQueueStatus and the queue state

When I try to call an exported function, the target crashes when it tries to call any Windows function

How does Explorer calculate the “Date” of a file?

Why does my C++/WinRT project get unresolved externals for constructors?

Why did the 16-bit _lopen and _lcreat function return -1 on failure instead of 0?
