Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello friends, I have a HANDLE obtained by CreateFile() function call in windows, Is there any way i can assign that HANDLE to CComPtr
The two types are not the same, so it does not really make sense; see https://msdn.microsoft.com/en-us/library/ezzw7k98.aspx[^]. Perhaps you should explain what problem you are trying to solve.