Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
b66da456
Commit
b66da456
authored
Feb 09, 2018
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IADsADSystemInfo definition.
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
441017ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
iads.idl
include/iads.idl
+57
-0
No files found.
include/iads.idl
View file @
b66da456
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
import
"oaidl.idl"
;
import
"oaidl.idl"
;
#
ifndef
__WIDL__
#
define
threading
(
model
)
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
[
[
helpstring
(
"Active DS Type Library"
),
helpstring
(
"Active DS Type Library"
),
uuid
(
97
d25db0
-
0363
-
11
cf
-
abc4
-
02608
c9e7553
),
uuid
(
97
d25db0
-
0363
-
11
cf
-
abc4
-
02608
c9e7553
),
...
@@ -788,4 +794,55 @@ interface IDirectorySearch : IUnknown
...
@@ -788,4 +794,55 @@ interface IDirectorySearch : IUnknown
HRESULT
CloseSearchHandle
(
[
in
]
ADS_SEARCH_HANDLE
hSearchResult
)
;
HRESULT
CloseSearchHandle
(
[
in
]
ADS_SEARCH_HANDLE
hSearchResult
)
;
}
}
/*****************************************************************************
*
IADsADSystemInfo
interface
*/
[
odl
,
uuid
(
5b
b11929
-
afd1
-
11
d2
-
9
cb9
-
0000
f87a369e
),
dual
,
oleautomation
]
interface
IADsADSystemInfo
:
IDispatch
{
[
id
(
0
x00000002
),
propget
]
HRESULT
UserName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000003
),
propget
]
HRESULT
ComputerName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000004
),
propget
]
HRESULT
SiteName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000005
),
propget
]
HRESULT
DomainShortName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000006
),
propget
]
HRESULT
DomainDNSName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000007
),
propget
]
HRESULT
ForestDNSName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000008
),
propget
]
HRESULT
PDCRoleOwner
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x00000009
),
propget
]
HRESULT
SchemaRoleOwner
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x0000000a
),
propget
]
HRESULT
IsNativeMode
(
[
out
,
retval
]
VARIANT_BOOL
*
retval
)
;
[
id
(
0
x0000000b
)
]
HRESULT
GetAnyDCName
(
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x0000000c
)
]
HRESULT
GetDCSiteName
(
[
in
]
BSTR
server
,
[
out
,
retval
]
BSTR
*
retval
)
;
[
id
(
0
x0000000d
)
]
HRESULT
RefreshSchemaCache
()
;
[
id
(
0
x0000000e
)
]
HRESULT
GetTrees
(
[
out
,
retval
]
VARIANT
*
retval
)
;
}
[
helpstring
(
"AD System Info Object"
),
uuid
(
50b6327
f
-
afd1
-
11
d2
-
9
cb9
-
0000
f87a369e
),
progid
(
"ADSystemInfo"
),
version
(
1.0
)
]
coclass
ADSystemInfo
{
[
default
]
interface
IADsADSystemInfo
;
interface
IDispatch
;
}
}
/*
library
*/
}
/*
library
*/
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