Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1ddcc3fa
Commit
1ddcc3fa
authored
May 11, 2007
by
Jeff Latimer
Committed by
Alexandre Julliard
May 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hnetcfg: Define icftypes.idl.
parent
8136bd41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
0 deletions
+71
-0
.gitignore
.gitignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
icftypes.idl
include/icftypes.idl
+69
-0
No files found.
.gitignore
View file @
1ddcc3fa
...
...
@@ -693,6 +693,7 @@ include/exdisp.h
include/hlink.h
include/htiframe.h
include/iads.h
include/icftypes.h
include/indexsrv.h
include/mediaobj.h
include/mimeinfo.h
...
...
include/Makefile.in
View file @
1ddcc3fa
...
...
@@ -19,6 +19,7 @@ IDL_H_SRCS = \
hlink.idl
\
htiframe.idl
\
iads.idl
\
icftypes.idl
\
indexsrv.idl
\
mediaobj.idl
\
mimeinfo.idl
\
...
...
include/icftypes.idl
0 → 100644
View file @
1ddcc3fa
/*
*
Types
for
the
ICF
api
*
*
Copyright
2007
Jeff
Latimer
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
*/
import
"wtypes.idl"
;
typedef
enum
NET_FW_PROFILE_TYPE_
{
NET_FW_PROFILE_DOMAIN
,
NET_FW_PROFILE_STANDARD
,
NET_FW_PROFILE_CURRENT
,
NET_FW_PROFILE_TYPE_MAX
}
NET_FW_PROFILE_TYPE
;
typedef
enum
NET_FW_IP_VERSION_
{
NET_FW_IP_VERSION_V4
,
NET_FW_IP_VERSION_V6
,
NET_FW_IP_VERSION_ANY
,
NET_FW_IP_VERSION_MAX
}
NET_FW_IP_VERSION
;
typedef
enum
NET_FW_POLICY_TYPE_
{
NET_FW_POLICY_GROUP
,
NET_FW_POLICY_LOCAL
,
NET_FW_POLICY_EFFECTIVE
,
NET_FW_POLICY_TYPE_MAX
}
NET_FW_POLICY_TYPE
;
typedef
enum
NET_FW_SCOPE_
{
NET_FW_SCOPE_ALL
,
NET_FW_SCOPE_LOCAL_SUBNET
,
NET_FW_SCOPE_CUSTOM
,
NET_FW_SCOPE_MAX
}
NET_FW_SCOPE
;
typedef
enum
NET_FW_SERVICE_TYPE_
{
NET_FW_SERVICE_FILE_AND_PRINT
,
NET_FW_SERVICE_UPNP
,
NET_FW_SERVICE_REMOTE_DESKTOP
,
NET_FW_SERVICE_NONE
,
NET_FW_SERVICE_TYPE_MAX
}
NET_FW_SERVICE_TYPE
;
typedef
enum
NET_FW_IP_PROTOCOL_
{
NET_FW_IP_PROTOCOL_TCP
=
6
,
NET_FW_IP_PROTOCOL_UDP
=
17
}
NET_FW_IP_PROTOCOL
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment