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

Function ICOMLicenseAgent2_GetAsyncProcessReturnCode

include/licdll.h:1283–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281 return This->lpVtbl->AsyncProcessReviseCustInfoRequest(This);
1282}
1283static __WIDL_INLINE HRESULT ICOMLicenseAgent2_GetAsyncProcessReturnCode(ICOMLicenseAgent2* This,ULONG *pdwRetCode) {
1284 return This->lpVtbl->GetAsyncProcessReturnCode(This,pdwRetCode);
1285}
1286static __WIDL_INLINE HRESULT ICOMLicenseAgent2_AsyncProcessDroppedLicenseRequest(ICOMLicenseAgent2* This) {
1287 return This->lpVtbl->AsyncProcessDroppedLicenseRequest(This);
1288}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected