SECEditBlockBuffer::WriteToFile

void SECEditBlockBuffer::WriteToFile(CFile *pFile, int nOffset, int nBytes, BOOL bSaveAsUnicodeText)

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

SECEditBlockBuffer Write