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
a6374aad
Commit
a6374aad
authored
May 20, 2014
by
Hans Leidekker
Committed by
Alexandre Julliard
May 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Add a partial implementation of CIM_Processor.
parent
14f68a98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
builtin.c
dlls/wbemprox/builtin.c
+3
-0
No files found.
dlls/wbemprox/builtin.c
View file @
a6374aad
...
...
@@ -84,6 +84,8 @@ static const WCHAR class_process_getowner_outW[] =
'N'
,
'E'
,
'R'
,
'_'
,
'O'
,
'U'
,
'T'
,
0
};
static
const
WCHAR
class_processorW
[]
=
{
'W'
,
'i'
,
'n'
,
'3'
,
'2'
,
'_'
,
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'o'
,
'r'
,
0
};
static
const
WCHAR
class_processor2W
[]
=
{
'C'
,
'I'
,
'M'
,
'_'
,
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'o'
,
'r'
,
0
};
static
const
WCHAR
class_sounddeviceW
[]
=
{
'W'
,
'i'
,
'n'
,
'3'
,
'2'
,
'_'
,
'S'
,
'o'
,
'u'
,
'n'
,
'd'
,
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
0
};
static
const
WCHAR
class_videocontrollerW
[]
=
...
...
@@ -2408,6 +2410,7 @@ static struct table builtin_classes[] =
{
class_physicalmemoryW
,
SIZEOF
(
col_physicalmemory
),
col_physicalmemory
,
0
,
0
,
NULL
,
fill_physicalmemory
},
{
class_processW
,
SIZEOF
(
col_process
),
col_process
,
0
,
0
,
NULL
,
fill_process
},
{
class_processorW
,
SIZEOF
(
col_processor
),
col_processor
,
0
,
0
,
NULL
,
fill_processor
},
{
class_processor2W
,
SIZEOF
(
col_processor
),
col_processor
,
0
,
0
,
NULL
,
fill_processor
},
{
class_qualifiersW
,
SIZEOF
(
col_qualifier
),
col_qualifier
,
SIZEOF
(
data_qualifier
),
0
,
(
BYTE
*
)
data_qualifier
},
{
class_serviceW
,
SIZEOF
(
col_service
),
col_service
,
0
,
0
,
NULL
,
fill_service
},
{
class_sounddeviceW
,
SIZEOF
(
col_sounddevice
),
col_sounddevice
,
SIZEOF
(
data_sounddevice
),
0
,
(
BYTE
*
)
data_sounddevice
},
...
...
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