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

ThreadInit.InitializeThread

Initializes the DataFS library on the current thread.

Syntax

static void InitializeThread();

Parameter

This function has no parameters.

Return value

This function has no return value.

Remarks

You must call ThreadInit.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 ThreadInit.UninitializeThread for every call you made to ThreadInit.InitializeThread.
© 2025 Mobiland AG