GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Memory
ObjectId
Thread
InitializeThread
UninitializeThread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

InitializeThread

Initializes the DataFS library on the current thread.

Syntax

void InitializeThread();

Parameter

This function has no parameters.

Return value

This function has no return value.

Remarks

You must call InitializeThread on every thread before you can call other functions of the library.
This function is typically only called once per thread. But it can be called multiple times. In this case, subsequent calls do nothing.
You must call UninitializeThread for every call you made to InitializeThread.
© 2022 Mobiland AG