Home
last modified time | relevance | path

Searched refs:ReleaseCComPtrExpectZero (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/browseui/
H A Dinternettoolbar.cpp949 ReleaseCComPtrExpectZero(fMenuBar);
956 ReleaseCComPtrExpectZero(fControlsBar);
963 ReleaseCComPtrExpectZero(fNavigationBar);
970 ReleaseCComPtrExpectZero(fLogoBar);
H A Ddesktopipc.cpp426 ReleaseCComPtrExpectZero(browser); in ExplorerMessageLoop()
H A Dshellbrowser.cpp3692 ReleaseCComPtrExpectZero(fClientBars[i].clientBar); in OnDestroy()
3694 ReleaseCComPtrExpectZero(fCurrentShellView); in OnDestroy()
3695 ReleaseCComPtrExpectZero(fTravelLog); in OnDestroy()
/reactos/sdk/include/reactos/
H A Dshellutils.h276 #define ReleaseCComPtrExpectZero(...) ReleaseCComPtrExpectZeroHelper(__FILE__, __LINE__, __VA_ARGS_… macro