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
8ff59986
Commit
8ff59986
authored
Feb 28, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use nested namespaces in windows.system.userprofile.idl.
parent
76ac3850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
36 deletions
+29
-36
windows.system.userprofile.idl
include/windows.system.userprofile.idl
+29
-36
No files found.
include/windows.system.userprofile.idl
View file @
8ff59986
...
...
@@ -29,44 +29,37 @@ import "windows.foundation.idl";
import
"windows.globalization.idl"
;
#
endif
namespace
Windows
{
namespace
System
{
namespace
UserProfile
{
interface
IGlobalizationPreferencesStatics
;
interface
IGlobalizationPreferencesStatics2
;
interface
IGlobalizationPreferencesStatics3
;
runtimeclass
GlobalizationPreferences
;
}
}
}
namespace
Windows
.
System.UserProfile
{
namespace
Windows
{
namespace
System
{
namespace
UserProfile
{
interface
IGlobalizationPreferencesStatics
;
interface
IGlobalizationPreferencesStatics2
;
interface
IGlobalizationPreferencesStatics3
;
runtimeclass
GlobalizationPreferences
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
System.UserProfile.GlobalizationPreferences)
,
uuid
(
01b
f4326
-
ed37
-
4
e96
-
b0e9
-
c1340d1ea158
)
]
interface
IGlobalizationPreferencesStatics
:
IInspectable
{
[
propget
]
HRESULT
Calendars
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>**
value
)
;
[
propget
]
HRESULT
Clocks
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>**
value
)
;
[
propget
]
HRESULT
Currencies
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>**
value
)
;
[
propget
]
HRESULT
Languages
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>**
value
)
;
[
propget
]
HRESULT
HomeGeographicRegion
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
WeekStartsOn
(
[
out
,
retval
]
Windows
.
Globalization.DayOfWeek*
value
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
System.UserProfile.GlobalizationPreferences)
,
uuid
(
01b
f4326
-
ed37
-
4
e96
-
b0e9
-
c1340d1ea158
)
]
interface
IGlobalizationPreferencesStatics
:
IInspectable
{
[
propget
]
HRESULT
Calendars
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>
**
value
)
;
[
propget
]
HRESULT
Clocks
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>
**
value
)
;
[
propget
]
HRESULT
Currencies
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>
**
value
)
;
[
propget
]
HRESULT
Languages
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<HSTRING>
**
value
)
;
[
propget
]
HRESULT
HomeGeographicRegion
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
WeekStartsOn
(
[
out
,
retval
]
Windows
.
Globalization.DayOfWeek
*
value
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
[
marshaling_behavior
(
agile
)
]
[
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
[
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics2
,
Windows
.
Foundation.UniversalApiContract
,
5.0
)
]
[
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics3
,
Windows
.
Foundation.UniversalApiContract
,
6.0
)
]
runtimeclass
GlobalizationPreferences
{
}
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
),
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics2
,
Windows
.
Foundation.UniversalApiContract
,
5.0
),
static
(
Windows
.
System.UserProfile.IGlobalizationPreferencesStatics3
,
Windows
.
Foundation.UniversalApiContract
,
6.0
),
]
runtimeclass
GlobalizationPreferences
{
}
}
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