Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.38 KB

ns-clfs-cls_write_entry.md

File metadata and controls

71 lines (60 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:clfs._CLS_WRITE_ENTRY
CLS_WRITE_ENTRY (clfs.h)
Contains a user buffer, which is to become part of a log record, and its length.
*PCLFS_WRITE_ENTRY
*PCLS_WRITE_ENTRY
CLFS_WRITE_ENTRY
CLFS_WRITE_ENTRY structure [Files]
CLS_WRITE_ENTRY
PCLFS_WRITE_ENTRY
PCLFS_WRITE_ENTRY structure pointer [Files]
PPCLS_WRITE_ENTRY
clfs/PCLFS_WRITE_ENTRY
clfs/_CLFS_WRITE_ENTRY
fs.clfs_write_entry
fs\clfs_write_entry.htm
fs
7c81a695-b93c-4c74-8ee8-133eea9f12d9
12/05/2018
*PCLFS_WRITE_ENTRY, *PCLS_WRITE_ENTRY, CLFS_WRITE_ENTRY, CLFS_WRITE_ENTRY structure [Files], CLS_WRITE_ENTRY, PCLFS_WRITE_ENTRY, PCLFS_WRITE_ENTRY structure pointer [Files], PPCLS_WRITE_ENTRY, clfs/PCLFS_WRITE_ENTRY, clfs/_CLFS_WRITE_ENTRY, fs.clfs_write_entry
clfs.h
Clfsw32.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Windows
CLS_WRITE_ENTRY, *PCLS_WRITE_ENTRY, PPCLS_WRITE_ENTRY
19H1
_CLS_WRITE_ENTRY
clfs/_CLS_WRITE_ENTRY
PCLS_WRITE_ENTRY
clfs/PCLS_WRITE_ENTRY
CLS_WRITE_ENTRY
clfs/CLS_WRITE_ENTRY
c++
APIRef
kbSyntax
HeaderDef
Clfs.h
CLFS_WRITE_ENTRY

CLS_WRITE_ENTRY structure

-description

Contains a user buffer, which is to become part of a log record, and its length. The ReserveAndAppendLog function uses CLFS_WRITE_ENTRY structures in the routine that appends log records to logs. This routine requires the client to specify a set of structures. ReserveAndAppendLog gathers these structures and formats them into a log record in a marshaling buffer, which is eventually flushed to the log.

-struct-fields

-field Buffer

The log record data buffer.

-field ByteLength

The length of the log record data buffer, in bytes.

-see-also

ReserveAndAppendLog