Inheritance diagram for CDVDSession:
Public Member Functions | |
CDVDSession () | |
virtual | ~CDVDSession () |
bool | Open (LPCTSTR path) |
void | Close () |
operator HANDLE () | |
operator DVD_SESSION_ID () | |
bool | SendKey (DVD_KEY_TYPE KeyType, BYTE *pKeyData) |
bool | ReadKey (DVD_KEY_TYPE KeyType, BYTE *pKeyData, int lba=0) |
Protected Member Functions | |
bool | BeginSession () |
void | EndSession () |
bool | Authenticate () |
bool | GetDiscKey () |
bool | GetTitleKey (int lba, BYTE *pKey) |
Protected Attributes | |
HANDLE | m_hDrive |
DVD_SESSION_ID | m_session |
BYTE | m_SessionKey [5] |
BYTE | m_DiscKey [6] |
BYTE | m_TitleKey [6] |
Definition at line 10 of file VobFile.h.