Searched refs:fw_app (Results 1 – 1 of 1) sorted by relevance
40 typedef struct fw_app struct45 } fw_app; argument55 fw_app *fw_app = impl_from_INetFwAuthorizedApplication( iface ); in fw_app_AddRef() local56 return InterlockedIncrement( &fw_app->refs ); in fw_app_AddRef()62 fw_app *fw_app = impl_from_INetFwAuthorizedApplication( iface ); in fw_app_Release() local63 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 …]