reactos/sdk/lib/atl
Mark Jansen a414c88dae
[ATL] Prohibit the use of AddRef/Release on objects inside CComPtr
This mimics what MS's CComPtr is doing:
https://learn.microsoft.com/en-us/cpp/atl/reference/ccomptrbase-class?view=msvc-170#operator_ptr
The reasoning behind this is that AddRef/Release is handled by the CComPtr,
so anyone calling that is most likely not using the CComPtr correct.
2022-10-02 00:38:23 +02:00
..
atlalloc.h
atlbase.h [ATL][MSPAINT] Add ATLTRACE and fix assertion failures (#4299) 2022-01-23 00:59:12 +09:00
atlcoll.h
atlcom.h
atlcomcli.h [ATL] Prohibit the use of AddRef/Release on objects inside CComPtr 2022-10-02 00:38:23 +02:00
atlcore.h
atldef.h
atlexcept.h
atlfile.h
atlimage.h
atlmem.h
atlpath.h
atlsimpcoll.h
atlsimpstr.h
atlstr.h
atlsync.h [ATL] Add atlsync.h (#4382) 2022-03-07 11:02:42 +09:00
atltime.h
atltrace.h [ATL][MSPAINT] Add ATLTRACE and fix assertion failures (#4299) 2022-01-23 00:59:12 +09:00
atltypes.h
atlwin.h [ATL] Fix window position to fit in screen area (#4512) 2022-09-13 18:00:45 +03:00
CMakeLists.txt
cstringt.h
statreg.h