NodeHeaderTKeySave Method
Saves the node header data to a memory location pointed to by a byte pointer.
Namespace: SnapDB.Snap.Tree.SpecializedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void Save(
byte* ptr
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
void Save(
unsigned char* ptr
)
JavaScript does not support APIs that consume or return unsafe types.
Parameters
- ptr Byte*
- A pointer to the memory location where the node header data should be saved.