| Constructors
      
        | DISPCALLER( |  
        |  | LPDISPATCH | pDisp, | // IDispatch pointer to be packed |  
        |  | BOOL | bAddRef = FALSE | // By default constructor will nat call AddRef |  
        | ); |  
      
        | DISPCALLER(); // Default constructor for empty
        object |  Constructs the object. Then the pointer can be changed using operators   |