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
811c3591
Commit
811c3591
authored
Jun 24, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added wpcapi.idl.
parent
bc653ce2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
109 additions
and
0 deletions
+109
-0
.gitignore
.gitignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
wpcapi.idl
include/wpcapi.idl
+107
-0
No files found.
.gitignore
View file @
811c3591
...
...
@@ -243,6 +243,7 @@ include/wine/itss.h
include/wine/svcctl.h
include/wine/winedxgi.h
include/winsxs.h
include/wpcapi.h
include/wtypes.h
include/wuapi.h
include/xmllite.h
...
...
include/Makefile.in
View file @
811c3591
...
...
@@ -99,6 +99,7 @@ PUBLIC_IDL_H_SRCS = \
wine/itss.idl
\
wine/svcctl.idl
\
winsxs.idl
\
wpcapi.idl
\
wtypes.idl
\
wuapi.idl
\
xmllite.idl
...
...
include/wpcapi.idl
0 → 100644
View file @
811c3591
/*
*
Copyright
2011
Jacek
Caban
for
CodeWeavers
*
*
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
"oaidl.idl"
;
import
"ocidl.idl"
;
[
uuid
(
8
fdf6ca1
-
0189
-
47
e4
-
b670
-
1
a8a4636e340
),
object
]
interface
IWPCSettings
:
IUnknown
{
HRESULT
IsLoggingRequired
(
[
out
]
BOOL
*
pfRequired
)
;
HRESULT
GetLastSettingsChangeTime
(
[
out
]
SYSTEMTIME
*
pTime
)
;
HRESULT
GetRestrictions
(
[
out
]
DWORD
*
pdwRestrictions
)
;
}
[
uuid
(
95
e87780
-
e158
-
489
e
-
b452
-
bbb850790715
),
object
]
interface
IWPCGamesSettings
:
IWPCSettings
{
HRESULT
IsBlocked
(
[
in
]
GUID
guidAppID
,
[
out
]
DWORD
*
pdwReasons
)
;
}
[
uuid
(
ffccbdb8
-
0992
-
4
c30
-
b0f1
-
1
cbb09c240aa
),
object
]
interface
IWPCWebSettings
:
IWPCSettings
{
typedef
enum
tagWPCFLAG_WEB_SETTING
{
WPCFLAG_WEB_SETTING_NOTBLOCKED
=
0
,
WPCFLAG_WEB_SETTING_DOWNLOADSBLOCKED
=
1
}
WPCFLAG_WEB_SETTING
;
HRESULT
GetSettings
(
[
out
]
DWORD
*
pdwSettings
)
;
HRESULT
RequestURLOverride
(
[
in
]
HWND
hWnd
,
[
in
]
LPCWSTR
pcszURL
,
[
in
]
DWORD
cURLs
,
[
in
]
LPCWSTR
*
ppcszSubURLs
,
[
out
]
BOOL
*
pfChanged
)
;
}
typedef
enum
tagWPCFLAG_VISIBILITY
{
WPCFLAG_WPC_VISIBLE
=
0
,
WPCFLAG_WPC_HIDDEN
=
1
}
WPCFLAG_VISIBILITY
;
[
uuid
(
4
FF40A0F
-
3
F3B
-
4
d7c
-
A41B
-
4
F39D7B44D05
),
object
]
interface
IWindowsParentalControlsCore
:
IUnknown
{
HRESULT
GetVisibility
(
[
out
]
WPCFLAG_VISIBILITY
*
peVisibility
)
;
HRESULT
GetUserSettings
(
[
in
]
LPCWSTR
pcszSID
,
[
out
]
IWPCSettings
**
ppSettings
)
;
HRESULT
GetWebSettings
(
[
in
]
LPCWSTR
pcszSID
,
[
out
]
IWPCWebSettings
**
ppSettings
)
;
HRESULT
GetWebFilterInfo
(
[
out
]
GUID
*
pguidID
,
[
in
]
LPWSTR
*
ppszName
)
;
}
[
uuid
(
4
ff40a0f
-
3
f3b
-
4
d7c
-
a41b
-
4
f39d7b44d05
),
object
]
interface
IWindowsParentalControls
:
IWindowsParentalControlsCore
{
HRESULT
GetGamesSettings
(
[
in
]
LPCWSTR
pcszSID
,
[
out
]
IWPCGamesSettings
**
ppSettings
)
;
}
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