79616127

Date: 2025-05-11 03:26:49
Score: 0.5
Natty:
Report link

use IDispatchPtr (<comip.h>) that is _com_ptr_t internally and its operator& is

Interface** operator&() throw()
    {
        _Release(); 
        m_pInterface = NULL;
        return &m_pInterface;
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JeeyCi