VCGetSymbolDefEntityCount


Version:

1.2

Description:

Retrieves the number of entities in a symbol definition.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetSymbolDefEntityCount(short i);

Delphi

function VCGetSymbolDefEntityCount(i: Smallint):Smallint; stdcall;

ActiveX/COM

Function GetSymbolDefEntityCount(ByVal i As Integer) As Integer

Parameters:

Returns - the number of entities.

Notes:

A symbol definition is simply a set of entities with their own properties that are defined as part of a symbol definition. This function will return the number of entities contained within the symbol definition whether for informational purposes or for an index to use in another procedure.

See Also:

VCGetSymbolDefCount, VCGetSymbolIndex, VCSetSymbolSection