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 ...
ImplicitLCSamples : This sample contains two source files showing similar source code using implicit and explicit line continuation ...