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
14bc54d5
Commit
14bc54d5
authored
Feb 28, 2014
by
Hans Leidekker
Committed by
Alexandre Julliard
Mar 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Implement Win32_PhysicalMedia.Tag.
parent
59b9c36d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
builtin.c
dlls/wbemprox/builtin.c
+6
-2
No files found.
dlls/wbemprox/builtin.c
View file @
14bc54d5
...
...
@@ -395,7 +395,8 @@ static const struct column col_param[] =
};
static
const
struct
column
col_physicalmedia
[]
=
{
{
prop_serialnumberW
,
CIM_STRING
}
{
prop_serialnumberW
,
CIM_STRING
},
{
prop_tagW
,
CIM_STRING
}
};
static
const
struct
column
col_process
[]
=
{
...
...
@@ -538,6 +539,8 @@ static const WCHAR os_nameW[] =
'\\'
,
'P'
,
'a'
,
'r'
,
't'
,
'i'
,
't'
,
'i'
,
'o'
,
'n'
,
'1'
,
0
};
static
const
WCHAR
os_versionW
[]
=
{
'5'
,
'.'
,
'1'
,
'.'
,
'2'
,
'6'
,
'0'
,
'0'
,
0
};
static
const
WCHAR
physicalmedia_tagW
[]
=
{
'\\'
,
'\\'
,
'.'
,
'\\'
,
'P'
,
'H'
,
'Y'
,
'S'
,
'I'
,
'C'
,
'A'
,
'L'
,
'D'
,
'R'
,
'I'
,
'V'
,
'E'
,
'0'
,
0
};
static
const
WCHAR
sounddevice_productnameW
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
' '
,
'A'
,
'u'
,
'd'
,
'i'
,
'o'
,
' '
,
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
0
};
static
const
WCHAR
videocontroller_dactypeW
[]
=
...
...
@@ -677,6 +680,7 @@ struct record_param
struct
record_physicalmedia
{
const
WCHAR
*
serialnumber
;
const
WCHAR
*
tag
;
};
struct
record_process
{
...
...
@@ -801,7 +805,7 @@ static const struct record_param data_param[] =
static
const
struct
record_physicalmedia
data_physicalmedia
[]
=
{
{
diskdrive_serialW
}
{
diskdrive_serialW
,
physicalmedia_tagW
}
};
static
const
struct
record_qualifier
data_qualifier
[]
=
{
...
...
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