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
1db600d4
Commit
1db600d4
authored
Mar 26, 2014
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Mar 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add interface INetCfgLock.
parent
99c151a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
netcfgx.idl
include/netcfgx.idl
+17
-0
No files found.
include/netcfgx.idl
View file @
1db600d4
...
...
@@ -26,6 +26,9 @@ import "wtypes.idl";
#
define
vi_progid
(
str
)
#
endif
cpp_quote
(
"#define NETCFG_E_ALREADY_INITIALIZED MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0xA020)"
)
cpp_quote
(
"#define NETCFG_E_NO_WRITE_LOCK MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0xA024)"
)
[
local
,
object
,
...
...
@@ -91,6 +94,20 @@ interface IEnumNetCfgComponent : IUnknown
[
local
,
object
,
uuid
(
c0e8ae9f
-306e-11
d1
-
aacf
-
00805
fc1270e
),
pointer_default
(
unique
)
]
interface
INetCfgLock
:
IUnknown
{
HRESULT
AcquireWriteLock
(
[
in
]
DWORD
cmsTimeout
,
[
in
]
LPCWSTR
pszwClientDescription
,
[
out
]
LPWSTR
*
ppszwClientDescription
)
;
HRESULT
ReleaseWriteLock
()
;
HRESULT
IsWriteLocked
(
[
out
]
LPWSTR
*
ppszwClientDescription
)
;
}
;
[
local
,
object
,
uuid
(
c0e8ae93
-306e-11
d1
-
aacf
-
00805
fc1270e
),
pointer_default
(
unique
)
]
...
...
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