| 101 | } |
| 102 | |
| 103 | STDMETHODIMP GetUserType(DWORD dwFormOfType, LPOLESTR *pszUserType) { |
| 104 | if (pszUserType == NULL) { |
| 105 | return E_POINTER; |
| 106 | } |
| 107 | return OleRegGetUserType(__uuidof(TImpl), dwFormOfType, pszUserType); |
| 108 | } |
| 109 | |
| 110 | STDMETHODIMP SetExtent(DWORD dwDrawAspect, SIZEL *psizel) { |
| 111 | return S_OK; |
nothing calls this directly
no outgoing calls
no test coverage detected