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

Function ICOMLicenseAgent2_QueryInterface

include/licdll.h:1149–1151  ·  view source on GitHub ↗

IUnknown methods ***/

Source from the content-addressed store, hash-verified

1147#else
1148/*** IUnknown methods ***/
1149static __WIDL_INLINE HRESULT ICOMLicenseAgent2_QueryInterface(ICOMLicenseAgent2* This,REFIID riid,void **ppvObject) {
1150 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
1151}
1152static __WIDL_INLINE ULONG ICOMLicenseAgent2_AddRef(ICOMLicenseAgent2* This) {
1153 return This->lpVtbl->AddRef(This);
1154}

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected