Home
last modified time | relevance | path

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

/reactos/dll/win32/hnetcfg/
H A Dapps.c40 typedef struct fw_app struct
45 } fw_app; argument
55 fw_app *fw_app = impl_from_INetFwAuthorizedApplication( iface ); in fw_app_AddRef() local
56 return InterlockedIncrement( &fw_app->refs ); in fw_app_AddRef()
62 fw_app *fw_app = impl_from_INetFwAuthorizedApplication( iface ); in fw_app_Release() local
63 LONG refs = InterlockedDecrement( &fw_app->refs ); in fw_app_Release()
66 TRACE("destroying %p\n", fw_app); in fw_app_Release()
67 SysFreeString( fw_app->filename ); in fw_app_Release()
68 HeapFree( GetProcessHeap(), 0, fw_app ); in fw_app_Release()
78 fw_app *This = impl_from_INetFwAuthorizedApplication( iface ); in fw_app_QueryInterface()
[all …]