ISDBSongData::IsntInDB
CoClass SDBSongData, Interface ISDBSongData
Property Get/Let IsntInDB As Boolean
Property description
Returns True if the track is not stored in the Library. Returns False when
- Track is in the Library (SongID > 0)
- When MM does not know anything yet (SongID = -1)
Because MM has to query the database in order to set this property, setting this property to True makes MM not to do the query. This is done by device plug-ins extensively in order to avoid database queries.
Info taken from [this post by Jiri].