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 structure

A list of classes of a reference.

Syntax

struct stcObjectClassList
{
UINT32 ulLength;
UINT32 aulClassId[1];
};

Member

ulLength
Type: UINT32
Number of elements in the aulClassId array.
aulClassId
Type: UINT32[1]
Array of local class IDs.
© 2022 Mobiland AG