ASFProfilesCount
property, read-only
Delphi
property ASFProfilesCount: LongInt read GetASFProfilesCount;
C++Builder
__property System::LongInt ASFProfilesCount = {read=GetASFProfilesCount, nodefault};
C#
public int ASFProfilesCount { get; }
VB.NET
Public ReadOnly Property ASFProfilesCount As Integer
C++/Qt
int GetASFProfilesCount ();
Used to retrieve the number of ASF profiles available on the current platform.
The ASFProfile index must be in the 0...ASFProfilesCount range.