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
718d9cb9
Commit
718d9cb9
authored
Nov 03, 2019
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Nov 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/netfw: Add INetFwRule2 and INetFwRule3 interfaces.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6d7828e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
netfw.idl
include/netfw.idl
+58
-0
No files found.
include/netfw.idl
View file @
718d9cb9
...
...
@@ -434,6 +434,59 @@ interface INetFwRule : IDispatch
[
local
,
object
,
uuid
(
9
C27C8DA
-
189B
-
4
DDE
-
89
F7
-
8B39
A316782C
),
dual
]
interface
INetFwRule2
:
INetFwRule
{
[
id
(
19
),
propget
]
HRESULT
EdgeTraversalOptions
(
[
out
,
retval
]
long
*
lOptions
)
;
[
id
(
19
),
propput
]
HRESULT
EdgeTraversalOptions
(
[
in
]
long
lOptions
)
;
}
[
local
,
object
,
uuid
(
B21563FF
-
D696
-
4222
-
AB46
-
4
E89B73AB34A
),
dual
]
interface
INetFwRule3
:
INetFwRule2
{
[
id
(
20
),
propget
]
HRESULT
LocalAppPackageId
(
[
out
,
retval
]
BSTR
*
wszPackageId
)
;
[
id
(
20
),
propput
]
HRESULT
LocalAppPackageId
(
[
in
]
BSTR
wszPackageId
)
;
[
id
(
21
),
propget
]
HRESULT
LocalUserOwner
(
[
out
,
retval
]
BSTR
*
wszUserOwner
)
;
[
id
(
21
),
propput
]
HRESULT
LocalUserOwner
(
[
in
]
BSTR
wszUserOwner
)
;
[
id
(
22
),
propget
]
HRESULT
LocalUserAuthorizedList
(
[
out
,
retval
]
BSTR
*
wszUserAuthList
)
;
[
id
(
22
),
propput
]
HRESULT
LocalUserAuthorizedList
(
[
in
]
BSTR
wszUserAuthList
)
;
[
id
(
23
),
propget
]
HRESULT
RemoteUserAuthorizedList
(
[
out
,
retval
]
BSTR
*
wszUserAuthList
)
;
[
id
(
23
),
propput
]
HRESULT
RemoteUserAuthorizedList
(
[
in
]
BSTR
wszUserAuthList
)
;
[
id
(
24
),
propget
]
HRESULT
RemoteMachineAuthorizedList
(
[
out
,
retval
]
BSTR
*
wszUserAuthList
)
;
[
id
(
24
),
propput
]
HRESULT
RemoteMachineAuthorizedList
(
[
in
]
BSTR
wszUserAuthList
)
;
[
id
(
25
),
propget
]
HRESULT
SecureFlags
(
[
out
,
retval
]
long
*
lOptions
)
;
[
id
(
25
),
propput
]
HRESULT
SecureFlags
(
[
in
]
long
lOptions
)
;
}
[
local
,
object
,
uuid
(
9
c4c6277
-
5027
-
441
e
-
afae
-
ca1f542da009
),
dual
]
...
...
@@ -703,10 +756,15 @@ library NetFwPublicTypeLib
interface
INetFwServices
;
interface
INetFwAuthorizedApplication
;
interface
INetFwAuthorizedApplications
;
interface
INetFwServiceRestriction
;
interface
INetFwRule
;
interface
INetFwRules
;
interface
INetFwProfile
;
interface
INetFwPolicy
;
interface
INetFwPolicy2
;
interface
INetFwMgr
;
interface
INetFwProduct
;
interface
INetFwProducts
;
[
uuid
(
0
CA545C6
-
37
AD
-
4
A6C
-
BF92
-
9
F7610067EF5
)
...
...
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