ReactOS 0.4.16-dev-306-g647d351
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "netfw.h"
#include "natupnp.h"
#include "wine/debug.h"
#include "wine/heap.h"
#include "hnetcfg_private.h"
Go to the source code of this file.
Classes | |
struct | fw_app |
struct | fw_apps |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct fw_app | fw_app |
typedef struct fw_apps | fw_apps |
Variables | |
static ITypeLib * | typelib |
static ITypeInfo * | typeinfo [last_tid] |
static REFIID | tid_id [] |
static const struct INetFwAuthorizedApplicationVtbl | fw_app_vtbl |
static const struct INetFwAuthorizedApplicationsVtbl | fw_apps_vtbl |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 183 of file apps.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 269 of file apps.c.
|
static |
|
static |
|
static |
Definition at line 73 of file apps.c.
|
static |
|
static |
Definition at line 588 of file apps.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 608 of file apps.c.
|
static |
|
static |
|
static |
Definition at line 124 of file apps.c.
Referenced by dictionary_GetIDsOfNames(), dictionary_GetTypeInfo(), dictionary_Invoke(), drive_GetIDsOfNames(), drive_GetTypeInfo(), drive_Invoke(), drivecoll_GetIDsOfNames(), drivecoll_GetTypeInfo(), drivecoll_Invoke(), file_GetIDsOfNames(), file_GetTypeInfo(), file_Invoke(), filecoll_GetIDsOfNames(), filecoll_GetTypeInfo(), filecoll_Invoke(), filesys_GetIDsOfNames(), filesys_GetTypeInfo(), filesys_Invoke(), folder_GetIDsOfNames(), folder_GetTypeInfo(), folder_Invoke(), foldercoll_GetIDsOfNames(), foldercoll_GetTypeInfo(), foldercoll_Invoke(), fw_app_GetIDsOfNames(), fw_app_GetTypeInfo(), fw_app_Invoke(), fw_apps_GetIDsOfNames(), fw_apps_GetTypeInfo(), fw_apps_Invoke(), fw_manager_GetIDsOfNames(), fw_manager_GetTypeInfo(), fw_manager_Invoke(), fw_policy_GetIDsOfNames(), fw_policy_GetTypeInfo(), fw_policy_Invoke(), fw_port_GetIDsOfNames(), fw_port_GetTypeInfo(), fw_port_Invoke(), fw_ports_GetIDsOfNames(), fw_ports_GetTypeInfo(), fw_ports_Invoke(), fw_profile_GetIDsOfNames(), fw_profile_GetTypeInfo(), fw_profile_Invoke(), fwpolicy2_GetIDsOfNames(), fwpolicy2_GetTypeInfo(), fwpolicy2_Invoke(), InternetExplorer_GetIDsOfNames(), InternetExplorer_GetTypeInfo(), InternetExplorer_Invoke(), MsiActiveScriptSite_GetItemInfo(), netfw_rules_GetIDsOfNames(), netfw_rules_GetTypeInfo(), netfw_rules_Invoke(), ProvideClassInfo_GetClassInfo(), textstream_GetIDsOfNames(), textstream_GetTypeInfo(), textstream_Invoke(), upnpnat_GetIDsOfNames(), upnpnat_GetTypeInfo(), upnpnat_Invoke(), VBSAXAttributes_GetIDsOfNames(), VBSAXAttributes_GetTypeInfo(), VBSAXAttributes_Invoke(), WebBrowser_GetIDsOfNames(), WebBrowser_GetTypeInfo(), WebBrowser_Invoke(), WshCollection_GetIDsOfNames(), WshCollection_GetTypeInfo(), WshCollection_Invoke(), WshEnvironment_GetIDsOfNames(), WshEnvironment_GetTypeInfo(), WshEnvironment_Invoke(), WshExec_GetIDsOfNames(), WshExec_GetTypeInfo(), WshExec_Invoke(), WshShell3_GetIDsOfNames(), WshShell3_GetTypeInfo(), WshShell3_Invoke(), WshShortcut_GetIDsOfNames(), WshShortcut_GetTypeInfo(), and WshShortcut_Invoke().
|
inlinestatic |
Definition at line 47 of file apps.c.
Referenced by fw_app_AddRef(), fw_app_get_Enabled(), fw_app_get_IpVersion(), fw_app_get_Name(), fw_app_get_ProcessImageFileName(), fw_app_get_RemoteAddresses(), fw_app_get_Scope(), fw_app_GetIDsOfNames(), fw_app_GetTypeInfo(), fw_app_GetTypeInfoCount(), fw_app_Invoke(), fw_app_put_Enabled(), fw_app_put_IpVersion(), fw_app_put_Name(), fw_app_put_ProcessImageFileName(), fw_app_put_RemoteAddresses(), fw_app_put_Scope(), fw_app_QueryInterface(), and fw_app_Release().
|
inlinestatic |
Definition at line 456 of file apps.c.
Referenced by fw_apps_Add(), fw_apps_AddRef(), fw_apps_get__NewEnum(), fw_apps_get_Count(), fw_apps_GetIDsOfNames(), fw_apps_GetTypeInfo(), fw_apps_GetTypeInfoCount(), fw_apps_Invoke(), fw_apps_Item(), fw_apps_QueryInterface(), fw_apps_Release(), and fw_apps_Remove().
Definition at line 432 of file apps.c.
Referenced by fw_apps_Item().
Definition at line 645 of file apps.c.
Referenced by fw_profile_get_AuthorizedApplications().
Definition at line 159 of file apps.c.
Referenced by DllMain(), and process_detach().
WINE_DEFAULT_DEBUG_CHANNEL | ( | hnetcfg | ) |
Definition at line 409 of file apps.c.
Referenced by NetFwAuthorizedApplication_create().
Definition at line 629 of file apps.c.
Referenced by NetFwAuthorizedApplications_create().
Definition at line 109 of file apps.c.
Referenced by fw_app_GetIDsOfNames(), fw_app_Invoke(), fw_apps_GetIDsOfNames(), and fw_apps_Invoke().