DescriptionNoissue - Make the use of 'QueryInterface' calls consistent
Replace calls to 'QueryInterface' that include an explicit IID argument with
calls to the template version of 'QueryInterface' that infers the IID from the
type of its [out] argument.
Corrected a defect where absence of a pointer check could lead to indirection
through a null pointer.
Change the initialization of some 'CComQIPtr' variables to use the syntax for
direct construction rather than implicit conversion and assignment. These were
not causing compile errors but were causing spurious Intellisense errors
within Visual Studio.
Patch Set 1 #
MessagesTotal messages: 3
|