Searched refs:fw_service (Results 1 – 1 of 1) sorted by relevance
35 typedef struct fw_service struct39 } fw_service; argument49 fw_service *fw_service = impl_from_INetFwService( iface ); in fw_service_AddRef() local50 return InterlockedIncrement( &fw_service->refs ); in fw_service_AddRef()56 fw_service *fw_service = impl_from_INetFwService( iface ); in fw_service_Release() local60 TRACE("destroying %p\n", fw_service); in fw_service_Release()61 HeapFree( GetProcessHeap(), 0, fw_service ); in fw_service_Release()71 fw_service *This = impl_from_INetFwService( iface ); in fw_service_QueryInterface()94 fw_service *This = impl_from_INetFwService( iface ); in fw_service_GetTypeInfoCount()106 fw_service *This = impl_from_INetFwService( iface ); in fw_service_GetTypeInfo()[all …]