Implicit cast between semantically different integer types: comparing HRESULT to an integer. Consider using SUCCEEDED or FAILED macros instead.
Implements the QueryStatus method of the IDTCommandTarget interface. This is called when the command's availability is updated ...
Implicit cast between semantically different integer types: assigning 1 or TRUE to HRESULT. Consider using S_FALSE instead. ...
Implicit cast between semantically different integer types: comparing HRESULT to -1. Consider using SUCCEEDED or FAILED macro ...
Implicit cast between semantically different integer types: comparing HRESULT to 1 or TRUE. Consider using SUCCEEDED or FAILED ...
Implicit cast between semantically different integer types: comparing HRESULT to an integer. Consider using SUCCEEDED or ...
Implicit cast between semantically different integer types: testing HRESULT with 'not'. Consider using SUCCEEDED or FAILED ...
Implicit conversion from '|5' to '|6'; this conversion may fail because '|1' is not derived from '|2', as required for the ...
Implicit conversion from '|5' to '|6'; this conversion may fail because '|1' is not derived from '|2', as required for the ...
implicitly declares '|3', which conflicts with a member implicitly declared for |4 '|5' in the base |6 '|7'. So the |1 should ...