VCOM:VectorWorks:Extension:IDBSupport::GetFormatConnection: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:57, 12 August 2013

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

namespace VectorWorks::Extension

Member of VCOM:VectorWorks:Extension:IDBSupport

...put some description here...

virtual VCOMErrorVCOM_CALLTYPE GetFormatConnection(
MCObjectHandle hFormat,
TXString& outDatabaseName,
TXString& outTableName) = 0;

Parameters

hFormat MCObjectHandle no info.
outDatabaseName SDK:TXString& no info.
outTableName SDK:TXString& no info.

Return Value

Uses standard VCOM Error Reporting.

Return value meaning:

kVCOMError_NotInitialized Bad VCOM instance used to call the fuction.
kVCOMError_Failed Routine failed.