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

Function ICOMLicenseAgent_QueryInterface

include/licdll.h:597–599  ·  view source on GitHub ↗

IUnknown methods ***/

Source from the content-addressed store, hash-verified

595#else
596/*** IUnknown methods ***/
597static __WIDL_INLINE HRESULT ICOMLicenseAgent_QueryInterface(ICOMLicenseAgent* This,REFIID riid,void **ppvObject) {
598 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
599}
600static __WIDL_INLINE ULONG ICOMLicenseAgent_AddRef(ICOMLicenseAgent* This) {
601 return This->lpVtbl->AddRef(This);
602}

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected