| 84 | wstring m_mountpoint; |
| 85 | |
| 86 | const unsigned char *GetMasterKey() { return m_pKeyBuf ? m_pKeyBuf->m_buf : NULL; } |
| 87 | DWORD GetMasterKeyLength() { return m_pKeyBuf ? m_pKeyBuf->m_len : 0; } |
| 88 | const WCHAR *GetMountPoint() { return m_mountpoint.c_str(); } |
| 89 | const WCHAR *GetBaseDir() { return m_basedir.c_str(); } |
no outgoing calls
no test coverage detected