📄 clp.htm
字号:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>new page 3</title>
<meta name="generator" content="microsoft frontpage 3.0">
</head>
<body background="../jpg/di1.JPG">
<p align="center"><font size="6" color="#0000ff">.clp clipboard file format</font></p>
<div align="center"><center>
<table border="0" width="88%">
<tr>
<td width="100%"><br>
<br>
microsoft windows clipboard (clipbrd.exe) saves and reads its data in files with the .clp
extension. a .clp file contains a value identifying it as a clipboard data file; one or
more structures defining the format, size, and location of the data; and one or more
blocks of actual data. <br>
<br>
clipboard-file header<br>
<br>
the clipboard data file begins with a header consisting of two members. following are the
members in this header: <br>
<br>
fileidentifier identifies the file as a clipboard data file. this member
must be set to clp_id. this is a 2-byte value. <p>formatcount specifies
the number of clipboard formats contained in the file. this is a 2-byte value. <br>
<br>
clipboard-file structure<br>
<br>
the header is followed by one or more structures, each of which identifies the format,
size, and offset of a block containing clipboard data. following are the members in this
structure: <br>
<br>
formatid specifies the clipboard-format identifier of the clipboard
data. for a description of the various formats that are available, see the description of
setclipboarddata. this is 2-byte value. </p>
<p>lendata specifies the length, in bytes, of the clipboard data. this
is a 4-byte value. </p>
<p>offdata specifies the offset, in bytes, of the clipboard-data block.
the offset is from the beginning of the file. this is a 4-byte value. </p>
<p>name identifies a 79-character array specifying the format name of a
private clipboard format. <br>
<br>
the first block of clipboard data follows the last of these structures. for bitmaps and
metafiles, the bits follow immediately after the bitmap header and the metafilepict
structures. <br>
see also<br>
<br>
setclipboarddata, metafilepict <br>
<br>
</td>
</tr>
</table>
</center></div>
<p align="center"><a href="../index.htm">返回</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -