samp_sdi_exp.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
- #ifndef SAMP_SDI_EXP_H
- #define SAMP_SDI_EXP_H
- extern SAMP(ErrCode) SAMP_EXP(SDI_SetAvailableCharSets)( SAMP(UInt8) nrOfCharSets, SAMP(UInt8) *pCharSetList );
- extern SAMP(ErrCode) SAMP_EXP(SDI_SetLanguagePreference)( SAMP(UInt8) nrOfLanguages, SAMP(SDI_LanguageCodeDef) *pLanguageCodes );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetAlbumInfo)( SAMP(SDI_Album_Info) *pAlbumInfo );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetAlbumText)( SAMP(SDI_AlbumTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pAlbumText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetDiscInfo)( SAMP(SDI_Disc_Info) *pDiscInfo );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetDiscText)( SAMP(SDI_DiscTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pDiscText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetAreaText)( SAMP(SACD_Area) area, SAMP(SDI_AreaTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pAreaText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetTrackInfo)( SAMP(SACD_Area) area, SAMP(UInt8) trackNr, SAMP(SDI_Track_Info) *pTrackInfo );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetTrackText)( SAMP(SACD_Area) area, SAMP(UInt8) trackNr, SAMP(SDI_TrackTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pTrackText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetNumberOfIndices)( SAMP(SACD_Area) area, SAMP(UInt8) track, SAMP(UInt8) *pNrOfIndices );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetDTCP_Info)(SAMP(UInt32) offset, SAMP(UInt32) size, void *pBuffer);
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetSpecVersion)( SAMP(SDI_Spec_Version) *pSpecVersion );
- extern SAMP(ErrCode) SAMP_EXP(SDI_GetAreaData)(SAMP(SACD_Area) area, SAMP(SDI_Area_Data) *pAreaData );
- #endif //SAMP_SDI_EXP_H