|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetTagString (
nPlayer as Integer,
nTagType as enumTagTypes,
nStringIndex as Integer
) as String
|
|
[C++]
LPCTSTR control.GetTagString (
short nPlayer,
short nTagType,
short nStringIndex
);
|
|
Parameter
|
Description
| ||||||||||||
|
|
| ||||||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| ||||||||||||
|
nTagType
|
The type of Tag whose string must be retrieved.
Supported values are the following:
| ||||||||||||
|
nStringIndex
|
The zero-based index of the string to obtain: the total number of available strings can be retrieved using the IsTagAvailable method.
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred (see the LastError property for further error details)
|
|
Valid string
|
The requested string
|