SECEditBlockBuffer::WriteToFile
voidSECEditBlockBuffer::WriteToFile(CFile*pFile, intnOffset, intnBytes, BOOLbSaveAsUnicodeText)
Helper method for writing a segment of the buffer to a file.
Defined in: SECEditBlockBuffer.cpp
Return Value
void
Parameters
*pFile
Points to a CFile object to write to.
nOffset
The virtual text offset in the buffer.
nBytes
The number of bytes to write.
bSaveAsUnicodeText
Indicates whether to save buffer as Unicode text.
See Also