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
b24b8a50
Commit
b24b8a50
authored
Jan 21, 2015
by
Hans Leidekker
Committed by
Alexandre Julliard
Jan 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Implement Win32_BaseBoard.Product.
parent
f40830b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
builtin.c
dlls/wbemprox/builtin.c
+5
-1
No files found.
dlls/wbemprox/builtin.c
View file @
b24b8a50
...
...
@@ -240,6 +240,8 @@ static const WCHAR prop_processidW[] =
{
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'I'
,
'D'
,
0
};
static
const
WCHAR
prop_processoridW
[]
=
{
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'o'
,
'r'
,
'I'
,
'd'
,
0
};
static
const
WCHAR
prop_productW
[]
=
{
'P'
,
'r'
,
'o'
,
'd'
,
'u'
,
'c'
,
't'
,
0
};
static
const
WCHAR
prop_productnameW
[]
=
{
'P'
,
'r'
,
'o'
,
'd'
,
'u'
,
'c'
,
't'
,
'N'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
prop_releasedateW
[]
=
...
...
@@ -305,6 +307,7 @@ static const struct column col_baseboard[] =
{
prop_manufacturerW
,
CIM_STRING
},
{
prop_modelW
,
CIM_STRING
},
{
prop_nameW
,
CIM_STRING
},
{
prop_productW
,
CIM_STRING
},
{
prop_serialnumberW
,
CIM_STRING
},
{
prop_tagW
,
CIM_STRING
|
COL_FLAG_KEY
}
};
...
...
@@ -632,6 +635,7 @@ struct record_baseboard
const
WCHAR
*
manufacturer
;
const
WCHAR
*
model
;
const
WCHAR
*
name
;
const
WCHAR
*
product
;
const
WCHAR
*
serialnumber
;
const
WCHAR
*
tag
;
};
...
...
@@ -869,7 +873,7 @@ struct record_videocontroller
static
const
struct
record_baseboard
data_baseboard
[]
=
{
{
baseboard_manufacturerW
,
baseboard_tagW
,
baseboard_tagW
,
baseboard_serialnumberW
,
baseboard_tagW
}
{
baseboard_manufacturerW
,
baseboard_tagW
,
baseboard_tagW
,
baseboard_
tagW
,
baseboard_
serialnumberW
,
baseboard_tagW
}
};
static
const
struct
record_bios
data_bios
[]
=
{
...
...
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