GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Structures
stcClassRefCount
stcConnectionOptions
stcObjectClassList
Create
Destroy
stcObjectLink
stcObjectLinkNamed
Error codes
C# API
DTDL
DADL
Setup

stcObjectClassList::Create

Allocates the memory and creates an stcObjectClassList containing the specified classes.

Syntax

static stcObjectClassList* Create(
[in] UINT32 p_ulLength,
[in] const UINT32* p_aulClassId
);

Parameter

p_ulLength [in]
Type: UINT32
Number of elements in the p_aulClassId array.
p_aulClassId [in]
Type: const UINT32*
Array of classes.

Return value

Pointer to the created object.

Remarks

Destroy the stcObjectClassList with stcObjectClassList::Destroy when you no longer need it.
© 2022 Mobiland AG