


Setting properties in C++/WinRT is done by a function call, but you need to call the function the right way

Why am I seeing two WRITE requests at the same offset from a single call to WriteFile?

What can or should I do with the cursor handle returned by SetCursor
?

Why are many Windows user interface elements positioned at multiples of 4 or 8 pixels?

Why can’t I programmatically inspect the check boxes in the Security property sheet any more?
ISecurityInformation::PropertySheetPageCallback
method.

What happens if my C++ exception handler itself raises an exception?

Why is there a make_unique
? Why not just overload the unique_ptr
constructor?
