| 729 | return This->lpVtbl->AsyncProcessReviseCustInfoRequest(This); |
| 730 | } |
| 731 | static __WIDL_INLINE HRESULT ICOMLicenseAgent_GetAsyncProcessReturnCode(ICOMLicenseAgent* This,ULONG *pdwRetCode) { |
| 732 | return This->lpVtbl->GetAsyncProcessReturnCode(This,pdwRetCode); |
| 733 | } |
| 734 | static __WIDL_INLINE HRESULT ICOMLicenseAgent_AsyncProcessDroppedLicenseRequest(ICOMLicenseAgent* This) { |
| 735 | return This->lpVtbl->AsyncProcessDroppedLicenseRequest(This); |
| 736 | } |
nothing calls this directly
no outgoing calls
no test coverage detected