typedef struct tagFMP_OPENSTRUCT { DWORD dwStructSize; // Size of the structure DWORD dwFlags; // Open Flag DWORD dwSize; // Size of buffers DWORD dwCount; // Number of buffers PFMPCALLBACK pCallback; // FMP Callback DWORD dwContext; // Callback context BYTE bDriverNumber; // Driver Number (not used : MPEGDriverEntry defines the driver number) TCHAR* sFileName; // File Name (not used) BYTE bFileSystem; // Disk data access method BYTE bDiscContent; // Disc Content (returned by the driver) } FMP_OPENSTRUCT, *PFMP_OPENSTRUCT;
Open Flag is:
Disk data access method is:
Disc content is: