medium.h 429 B

1234567891011121314151617
  1. #ifndef NULLSOFT_MLDISC_MEDIUM_HEADER
  2. #define NULLSOFT_MLDISC_MEDIUM_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <windows.h>
  7. LPCWSTR Medium_GetTypeString(DWORD nType);
  8. LPCWSTR Medium_GetPhysicalTypeString(DWORD nType);
  9. LPCWSTR Medium_GetFormatString(DWORD nFormat);
  10. BOOL Medium_IsRecordableType(DWORD nType);
  11. BOOL Medium_IsRecordable(CHAR cLetter);
  12. #endif // NULLSOFT_MLDISC_MEDIUM_HEADER