Prefer &T
to *const T
for Win32 input parameters that aren't optional
#1441
Labels
enhancement
New feature or request
For example, the
CoCreateInstance
function's first parameter should be of type&GUID
rather than*const GUID
. Callers aren't much affected by this, but implementations are bit more tedious.The text was updated successfully, but these errors were encountered: