| 1640 | ResultType Invoke(IObject_Invoke_PARAMS_DECL); |
| 1641 | |
| 1642 | Func(LPCTSTR aFuncName) |
| 1643 | : mName(aFuncName) // Caller gave us a pointer to dynamic memory for this. |
| 1644 | { |
| 1645 | SetBase(sPrototype); |
| 1646 | } |
| 1647 | }; |
| 1648 | |
| 1649 |
nothing calls this directly
no outgoing calls
no test coverage detected