This file is indexed.

/usr/share/doc/libwmf0.2-7/caolan/BitBlt.html is in libwmf-doc 0.2.8.4-12.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
<header>
<title>BitBlt - BitBlt32    (GDI32.10)</title>
</header>
<body link="#CC0000" alink="#FF3300" vlink="#330099" text="#000000" bgcolor="#ffffff" background="pics/weave.jpg">
<h1>NAME</h1>
BitBlt - BitBlt32    (GDI32.10)
<h1>SYNOPSIS</h1>
<pre>#include &lt;windows.h&gt;

BOOL32 BitBlt
(
	HDC32 hdcDst,
	INT32 xDst,
	INT32 yDst,
	INT32 width,
	INT32 height,
	HDC32 hdcSrc,
	INT32 xSrc,
	INT32 ySrc,
	DWORD rop
);
</pre>
<h1>DESCRIPTION</h1>
BitBlt32    (GDI32.10).
<h1>SEE ALSO</h1>
<a href=PatBlt.html>PatBlt</a>
,
<a href=StretchBlt.html>StretchBlt</a>
,
<a href=MaskBlt.html>MaskBlt</a>
,
<a href=PlgBlt.html>PlgBlt</a>

<p><a href="support.html">back</a>
</body>