MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / ICOMLicenseAgent_GetAsyncProcessReturnCode

Function ICOMLicenseAgent_GetAsyncProcessReturnCode

include/licdll.h:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 return This->lpVtbl->AsyncProcessReviseCustInfoRequest(This);
730}
731static __WIDL_INLINE HRESULT ICOMLicenseAgent_GetAsyncProcessReturnCode(ICOMLicenseAgent* This,ULONG *pdwRetCode) {
732 return This->lpVtbl->GetAsyncProcessReturnCode(This,pdwRetCode);
733}
734static __WIDL_INLINE HRESULT ICOMLicenseAgent_AsyncProcessDroppedLicenseRequest(ICOMLicenseAgent* This) {
735 return This->lpVtbl->AsyncProcessDroppedLicenseRequest(This);
736}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected