FileHeaderBlockAllocateFreeBlocks Method
Allocates a sequential number of blocks at the end of the file and returns the starting address of the allocation
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint AllocateFreeBlocks(
uint count
)
Public Function AllocateFreeBlocks (
count As UInteger
) As UInteger
public:
unsigned int AllocateFreeBlocks(
unsigned int count
)
function AllocateFreeBlocks(count);
- count UInt32
- the number of blocks to allocate
UInt32the address of the first block of the allocation