ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
spoolfile.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Local Spooler
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Functions related to Spool Files and printing
5
* COPYRIGHT: Copyright 1998-2020 ReactOS
6
*/
7
8
#include "
precomp.h
"
9
10
BOOL
WINAPI
11
LocalGetSpoolFileInfo
(
12
HANDLE
hPrinter,
13
LPWSTR
*pSpoolDir,
14
LPHANDLE
phFile,
15
HANDLE
hSpoolerProcess,
16
HANDLE
hAppProcess )
17
{
18
FIXME
(
"LocalGetSpoolFileInfo(%p, %S, %p, %p, %p)\n"
, hPrinter, pSpoolDir, phFile, hSpoolerProcess, hAppProcess);
19
return
FALSE
;
20
}
21
22
BOOL
WINAPI
23
LocalCommitSpoolData
(
HANDLE
hPrinter,
DWORD
cbCommit)
24
{
25
FIXME
(
"LocalCommitSpoolData(%p, %lu)\n"
, hPrinter, cbCommit);
26
return
FALSE
;
27
}
28
29
BOOL
WINAPI
30
LocalCloseSpoolFileHandle
(
HANDLE
hPrinter)
31
{
32
FIXME
(
"LocalCloseSpoolFileHandle(%p)\n"
, hPrinter);
33
return
FALSE
;
34
}
35
FIXME
#define FIXME(fmt,...)
Definition:
precomp.h:53
FALSE
#define FALSE
Definition:
types.h:117
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
LocalCloseSpoolFileHandle
BOOL WINAPI LocalCloseSpoolFileHandle(HANDLE hPrinter)
Definition:
spoolfile.c:30
LocalCommitSpoolData
BOOL WINAPI LocalCommitSpoolData(HANDLE hPrinter, DWORD cbCommit)
Definition:
spoolfile.c:23
LocalGetSpoolFileInfo
BOOL WINAPI LocalGetSpoolFileInfo(HANDLE hPrinter, LPWSTR *pSpoolDir, LPHANDLE phFile, HANDLE hSpoolerProcess, HANDLE hAppProcess)
Definition:
spoolfile.c:11
precomp.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
win32ss
printing
providers
localspl
spoolfile.c
Generated on Wed Nov 27 2024 06:15:24 for ReactOS by
1.9.6