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
be9758f0
Commit
be9758f0
authored
Mar 02, 2018
by
Michael Müller
Committed by
Alexandre Julliard
Mar 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Provide DeviceID, Location and PortName for printers.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
28bbe411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
builtin.c
dlls/wbemprox/builtin.c
+17
-1
No files found.
dlls/wbemprox/builtin.c
View file @
be9758f0
...
@@ -269,6 +269,8 @@ static const WCHAR prop_localdatetimeW[] =
...
@@ -269,6 +269,8 @@ static const WCHAR prop_localdatetimeW[] =
{
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'D'
,
'a'
,
't'
,
'e'
,
'T'
,
'i'
,
'm'
,
'e'
,
0
};
{
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'D'
,
'a'
,
't'
,
'e'
,
'T'
,
'i'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
prop_localeW
[]
=
static
const
WCHAR
prop_localeW
[]
=
{
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'e'
,
0
};
{
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'e'
,
0
};
static
const
WCHAR
prop_locationW
[]
=
{
'L'
,
'o'
,
'c'
,
'a'
,
't'
,
'i'
,
'o'
,
'n'
,
0
};
static
const
WCHAR
prop_lockpresentW
[]
=
static
const
WCHAR
prop_lockpresentW
[]
=
{
'L'
,
'o'
,
'c'
,
'k'
,
'P'
,
'r'
,
'e'
,
's'
,
'e'
,
'n'
,
't'
,
0
};
{
'L'
,
'o'
,
'c'
,
'k'
,
'P'
,
'r'
,
'e'
,
's'
,
'e'
,
'n'
,
't'
,
0
};
static
const
WCHAR
prop_macaddressW
[]
=
static
const
WCHAR
prop_macaddressW
[]
=
...
@@ -315,6 +317,8 @@ static const WCHAR prop_pixelsperxlogicalinchW[] =
...
@@ -315,6 +317,8 @@ static const WCHAR prop_pixelsperxlogicalinchW[] =
{
'P'
,
'i'
,
'x'
,
'e'
,
'l'
,
's'
,
'P'
,
'e'
,
'r'
,
'X'
,
'L'
,
'o'
,
'g'
,
'i'
,
'c'
,
'a'
,
'l'
,
'I'
,
'n'
,
'c'
,
'h'
,
0
};
{
'P'
,
'i'
,
'x'
,
'e'
,
'l'
,
's'
,
'P'
,
'e'
,
'r'
,
'X'
,
'L'
,
'o'
,
'g'
,
'i'
,
'c'
,
'a'
,
'l'
,
'I'
,
'n'
,
'c'
,
'h'
,
0
};
static
const
WCHAR
prop_pnpdeviceidW
[]
=
static
const
WCHAR
prop_pnpdeviceidW
[]
=
{
'P'
,
'N'
,
'P'
,
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
'I'
,
'D'
,
0
};
{
'P'
,
'N'
,
'P'
,
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
'I'
,
'D'
,
0
};
static
const
WCHAR
prop_portnameW
[]
=
{
'P'
,
'o'
,
'r'
,
't'
,
'N'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
prop_pprocessidW
[]
=
static
const
WCHAR
prop_pprocessidW
[]
=
{
'P'
,
'a'
,
'r'
,
'e'
,
'n'
,
't'
,
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'I'
,
'D'
,
0
};
{
'P'
,
'a'
,
'r'
,
'e'
,
'n'
,
't'
,
'P'
,
'r'
,
'o'
,
'c'
,
'e'
,
's'
,
's'
,
'I'
,
'D'
,
0
};
static
const
WCHAR
prop_primaryW
[]
=
static
const
WCHAR
prop_primaryW
[]
=
...
@@ -604,11 +608,14 @@ static const struct column col_physicalmemory[] =
...
@@ -604,11 +608,14 @@ static const struct column col_physicalmemory[] =
static
const
struct
column
col_printer
[]
=
static
const
struct
column
col_printer
[]
=
{
{
{
prop_attributesW
,
CIM_UINT32
},
{
prop_attributesW
,
CIM_UINT32
},
{
prop_deviceidW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
|
COL_FLAG_KEY
},
{
prop_drivernameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_drivernameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_horizontalresolutionW
,
CIM_UINT32
},
{
prop_horizontalresolutionW
,
CIM_UINT32
},
{
prop_localW
,
CIM_BOOLEAN
},
{
prop_localW
,
CIM_BOOLEAN
},
{
prop_locationW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_nameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_nameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_networkW
,
CIM_BOOLEAN
}
{
prop_networkW
,
CIM_BOOLEAN
},
{
prop_portnameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
};
};
static
const
struct
column
col_process
[]
=
static
const
struct
column
col_process
[]
=
{
{
...
@@ -1018,11 +1025,14 @@ struct record_physicalmemory
...
@@ -1018,11 +1025,14 @@ struct record_physicalmemory
struct
record_printer
struct
record_printer
{
{
UINT32
attributes
;
UINT32
attributes
;
const
WCHAR
*
device_id
;
const
WCHAR
*
drivername
;
const
WCHAR
*
drivername
;
UINT32
horizontalresolution
;
UINT32
horizontalresolution
;
int
local
;
int
local
;
const
WCHAR
*
location
;
const
WCHAR
*
name
;
const
WCHAR
*
name
;
int
network
;
int
network
;
const
WCHAR
*
portname
;
};
};
struct
record_process
struct
record_process
{
{
...
@@ -2505,10 +2515,12 @@ static enum fill_status fill_physicalmemory( struct table *table, const struct e
...
@@ -2505,10 +2515,12 @@ static enum fill_status fill_physicalmemory( struct table *table, const struct e
static
enum
fill_status
fill_printer
(
struct
table
*
table
,
const
struct
expr
*
cond
)
static
enum
fill_status
fill_printer
(
struct
table
*
table
,
const
struct
expr
*
cond
)
{
{
static
const
WCHAR
fmtW
[]
=
{
'P'
,
'r'
,
'i'
,
'n'
,
't'
,
'e'
,
'r'
,
'%'
,
'd'
,
0
};
struct
record_printer
*
rec
;
struct
record_printer
*
rec
;
enum
fill_status
status
=
FILL_STATUS_UNFILTERED
;
enum
fill_status
status
=
FILL_STATUS_UNFILTERED
;
PRINTER_INFO_2W
*
info
;
PRINTER_INFO_2W
*
info
;
DWORD
i
,
offset
=
0
,
count
=
0
,
size
=
0
,
num_rows
=
0
;
DWORD
i
,
offset
=
0
,
count
=
0
,
size
=
0
,
num_rows
=
0
;
WCHAR
id
[
20
];
EnumPrintersW
(
PRINTER_ENUM_LOCAL
,
NULL
,
2
,
NULL
,
0
,
&
size
,
&
count
);
EnumPrintersW
(
PRINTER_ENUM_LOCAL
,
NULL
,
2
,
NULL
,
0
,
&
size
,
&
count
);
if
(
GetLastError
()
!=
ERROR_INSUFFICIENT_BUFFER
)
return
FILL_STATUS_FAILED
;
if
(
GetLastError
()
!=
ERROR_INSUFFICIENT_BUFFER
)
return
FILL_STATUS_FAILED
;
...
@@ -2529,11 +2541,15 @@ static enum fill_status fill_printer( struct table *table, const struct expr *co
...
@@ -2529,11 +2541,15 @@ static enum fill_status fill_printer( struct table *table, const struct expr *co
{
{
rec
=
(
struct
record_printer
*
)(
table
->
data
+
offset
);
rec
=
(
struct
record_printer
*
)(
table
->
data
+
offset
);
rec
->
attributes
=
info
[
i
].
Attributes
;
rec
->
attributes
=
info
[
i
].
Attributes
;
sprintfW
(
id
,
fmtW
,
i
);
rec
->
device_id
=
heap_strdupW
(
id
);
rec
->
drivername
=
heap_strdupW
(
info
[
i
].
pDriverName
);
rec
->
drivername
=
heap_strdupW
(
info
[
i
].
pDriverName
);
rec
->
horizontalresolution
=
info
[
i
].
pDevMode
->
u1
.
s1
.
dmPrintQuality
;
rec
->
horizontalresolution
=
info
[
i
].
pDevMode
->
u1
.
s1
.
dmPrintQuality
;
rec
->
local
=
-
1
;
rec
->
local
=
-
1
;
rec
->
location
=
heap_strdupW
(
info
[
i
].
pLocation
);
rec
->
name
=
heap_strdupW
(
info
[
i
].
pPrinterName
);
rec
->
name
=
heap_strdupW
(
info
[
i
].
pPrinterName
);
rec
->
network
=
0
;
rec
->
network
=
0
;
rec
->
portname
=
heap_strdupW
(
info
[
i
].
pPortName
);
if
(
!
match_row
(
table
,
i
,
cond
,
&
status
))
if
(
!
match_row
(
table
,
i
,
cond
,
&
status
))
{
{
free_row_values
(
table
,
i
);
free_row_values
(
table
,
i
);
...
...
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