Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1003 Bytes

buffercommand-enumeration.md

File metadata and controls

35 lines (28 loc) · 1003 Bytes
titledescriptionms.datef1_keywordshelpviewer_keywords
BufferCommand enumeration
Describes the BufferCommand enum, which is used to work with memory files via CMemFile::GetBufferPtr()
07/23/2020
afx/buffercommand
buffercommand enumeration [MFC]

BufferCommand enumeration

Used by CMemFile::GetBufferPtr to determine what action to take on the file-backed memory buffer.

Syntax

public enum BufferCommand { bufferRead, bufferWrite, bufferCommit, bufferCheck };

Members

NameDescription
bufferReadRead the file-backed memory buffer.
bufferWriteWrite to the file-backed memory buffer.
bufferCommitAdvances the current position in the file-backed memory buffer to the end of the committed buffer.
bufferCheckDetermine whether the file-backed memory buffer can grow in size.

Requirements

Header: afxwinforms.h (defined in assembly atlmfc\lib\mfcmifc80.dll)

close