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

stcObjectLinkNamed structure

A named object reference.

Syntax

struct stcObjectLinkNamed : stcObjectLink
{
GUID guidName;
const wchar_t* strFriendlyName;
};

Member

guidName
Type: GUID
ID (name) of the link.
strFriendlyName
Type: const wchar_t*
Friendly name of the link.
© 2022 Mobiland AG