Home
last modified time | relevance | path

Searched refs:fw_service (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/hnetcfg/
H A Dservice.c35 typedef struct fw_service struct
39 } fw_service; argument
49 fw_service *fw_service = impl_from_INetFwService( iface ); in fw_service_AddRef() local
50 return InterlockedIncrement( &fw_service->refs ); in fw_service_AddRef()
56 fw_service *fw_service = impl_from_INetFwService( iface ); in fw_service_Release() local
60 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 …]