API Reference
Struct
OneNoteFileChunkReference
A file offset and byte count from an MS-ONESTORE header.
Inheritance
- ValueType
- OneNoteFileChunkReference
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OneNoteFileHeader.FreeChunkList
- Property OneNoteFileHeader.HashedChunkList
- Property OneNoteFileHeader.RootFileNodeList
- Property OneNoteFileHeader.TransactionLog
- Property OneNoteFileNodeListFragment.NextFragment
Methods
Inherited Methods
Properties
public UInt64 Offset { get; } #Unsigned byte offset from the start of the file.
public UInt32 Length { get; } #Referenced byte count.
public Boolean IsZero { get; } #True when both the offset and byte count are zero.
public Boolean IsNil { get; } #True when the offset is all bits set and the byte count is zero.