| 1281 | return This->lpVtbl->AsyncProcessReviseCustInfoRequest(This); |
| 1282 | } |
| 1283 | static __WIDL_INLINE HRESULT ICOMLicenseAgent2_GetAsyncProcessReturnCode(ICOMLicenseAgent2* This,ULONG *pdwRetCode) { |
| 1284 | return This->lpVtbl->GetAsyncProcessReturnCode(This,pdwRetCode); |
| 1285 | } |
| 1286 | static __WIDL_INLINE HRESULT ICOMLicenseAgent2_AsyncProcessDroppedLicenseRequest(ICOMLicenseAgent2* This) { |
| 1287 | return This->lpVtbl->AsyncProcessDroppedLicenseRequest(This); |
| 1288 | } |
nothing calls this directly
no outgoing calls
no test coverage detected