Searched refs:thisInstance (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/QuickLookPlugin/
H A Dmain.c62 void DeallocQuickLookGeneratorPluginType(QuickLookGeneratorPluginType *thisInstance);
63 HRESULT QuickLookGeneratorQueryInterface(void *thisInstance,REFIID iid,LPVOID *ppv);
65 ULONG QuickLookGeneratorPluginAddRef(void *thisInstance);
66 ULONG QuickLookGeneratorPluginRelease(void *thisInstance);
120 void DeallocQuickLookGeneratorPluginType(QuickLookGeneratorPluginType *thisInstance) argument
124 theFactoryID = thisInstance->factoryID;
126 free(thisInstance->conduitInterface);
129 free(thisInstance);
141 HRESULT QuickLookGeneratorQueryInterface(void *thisInstance,REFIID iid,LPVOID *ppv) argument
152 ((QLGeneratorInterfaceStruct *)((QuickLookGeneratorPluginType *)thisInstance)
175 QuickLookGeneratorPluginAddRef(void *thisInstance) argument
187 QuickLookGeneratorPluginRelease(void *thisInstance) argument
[all...]

Completed in 35 milliseconds