mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
spoolss: add UNIVERSAL_FONT_ID_ctr for debugging.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
d99b1ee79c
commit
0364658632
@ -2326,6 +2326,11 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
|
||||
uint32 Index;
|
||||
} UNIVERSAL_FONT_ID;
|
||||
|
||||
typedef [public] struct {
|
||||
uint32 count;
|
||||
UNIVERSAL_FONT_ID fonts[count];
|
||||
} UNIVERSAL_FONT_ID_ctr;
|
||||
|
||||
WERROR spoolss_PlayGDIScriptOnPrinterIC(
|
||||
[in,ref] policy_handle *gdi_handle,
|
||||
[in,ref] [size_is(cIn)] uint8 *pIn,
|
||||
|
Loading…
Reference in New Issue
Block a user