| Line | Code | Value | Export IDENTIFIER |
| 35 | LPCTSTR g_strRegisteredAppName = _T("Media Player Classic"); | Media Player Classic | |
| 36 | LPCTSTR g_strOldAssoc = _T("PreviousRegistration"); | PreviousRegistration | |
| 37 | CString g_strRegisteredKey = _T("Software\\Clients\\Media\\Media Player Classic\\Capabilities"); | Software\\Clients\\Media\\Media Player Classic\\Capabilities | |
| 108 | return _T("\"") + path + _T("\" /add \"%1\""); | \" /add \"%1\" | |
| 157 | if(ERROR_SUCCESS == key.Open(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\open\\command"), KEY_READ)) | \\shell\\open\\command | |
| 173 | bSetValue = fRegister || (ERROR_SUCCESS != key.Open(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\open\\command"), KEY_READ)); | \\shell\\open\\command | |
| 180 | if(ERROR_SUCCESS != key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\enqueue"))) return(false); | \\shell\\enqueue | |
| 183 | if(ERROR_SUCCESS != key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\enqueue\\command"))) return(false); | \\shell\\enqueue\\command | |
| 187 | if(ERROR_SUCCESS != key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\open"))) return(false); | \\shell\\open | |
| 190 | if(ERROR_SUCCESS != key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\shell\\open\\command"))) return(false); | \\shell\\open\\command | |
| 193 | if(ERROR_SUCCESS != key.Create(HKEY_LOCAL_MACHINE, g_strRegisteredKey + _T("\\FileAssociations"))) return(false); | \\FileAssociations | |
| 225 | if(ERROR_SUCCESS != key.Create(HKEY_CLASSES_ROOT, _T("MediaPlayerClassic.Autorun"))) return; | MediaPlayerClassic.Autorun | |
| 235 | key.SetStringValue(_T("Action"), ResStr(handlers[i].action)); | Action | |
| 236 | key.SetStringValue(_T("Provider"), _T("Media Player Classic")); | Provider | |
| | Media Player Classic | |
| 237 | key.SetStringValue(_T("InvokeProgID"), _T("MediaPlayerClassic.Autorun")); | InvokeProgID | |
| | MediaPlayerClassic.Autorun | |
| 238 | key.SetStringValue(_T("InvokeVerb"), CString(CStringA("Play") + handlers[i].verb)); | InvokeVerb | |
| 239 | key.SetStringValue(_T("DefaultIcon"), exe + _T(",0")); | DefaultIcon | |
| 273 | CString(_T("MPCPlay")) + handlers[i].verb + _T("OnArrival"), | MPCPlay | |
| | OnArrival | |
| 331 | m_list.InsertColumn(COL_CATEGORY, _T("Category"), LVCFMT_LEFT, 300); | Category | |
| 332 | m_list.InsertColumn(COL_ENGINE, _T("Engine"), LVCFMT_RIGHT, 60); | Engine | |
| 341 | label.Format (_T("%s (%s)"), mf[i].GetLabel(), mf[i].GetExts()); | %s (%s) | |
| 343 | if(!label.CompareNoCase(_T("Image file"))) continue; | Image file | |
| 348 | e == DirectShow ? _T("DirectShow") : | DirectShow | |
| 349 | e == RealMedia ? _T("RealMedia") : | RealMedia | |
| 350 | e == QuickTime ? _T("QuickTime") : | QuickTime | |
| 351 | e == ShockWave ? _T("ShockWave") : _T("-")); | ShockWave | |
| 450 | if (ERROR_SUCCESS == key.Open(HKEY_CLASSES_ROOT, CString(pszCurrentAssociation) + _T("\\DefaultIcon"))) | \\DefaultIcon | |
| 456 | if (ERROR_SUCCESS == key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\DefaultIcon"))) | \\DefaultIcon | |
| 496 | if (ERROR_SUCCESS == key.Open(HKEY_CLASSES_ROOT, extoldreg + _T("\\DefaultIcon"))) | \\DefaultIcon | |
| 511 | if (!extOldIcon.IsEmpty() && (ERROR_SUCCESS == key.Create(HKEY_CLASSES_ROOT, strProgID + _T("\\DefaultIcon")))) | \\DefaultIcon | |
| 559 | if(ERROR_SUCCESS == key.Open(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\RegisteredApplications"))) | SOFTWARE\\RegisteredApplications | |
| 561 | key.SetStringValue(_T("Media Player Classic"), g_strRegisteredKey); | Media Player Classic | |
| 567 | key.SetStringValue(_T("ApplicationDescription"), ResStr(IDS_APP_DESCRIPTION), REG_EXPAND_SZ); | ApplicationDescription | |
| 568 | key.SetStringValue(_T("ApplicationIcon"), _T(""), REG_EXPAND_SZ); | ApplicationIcon | |
| 569 | key.SetStringValue(_T("ApplicationName"), ResStr(IDR_MAINFRAME), REG_EXPAND_SZ); | ApplicationName | |
| 672 | sl.AddTail(_T("DirectShow")); | DirectShow | |
| 673 | sl.AddTail(_T("RealMedia")); | RealMedia | |
| 674 | sl.AddTail(_T("QuickTime")); | QuickTime | |
| 675 | sl.AddTail(_T("ShockWave")); | ShockWave | |
| 732 | if(!mf[m_list.GetItemData(i)].GetLabel().CompareNoCase(_T("Image file"))) continue; | Image file | |
| 766 | strCmd.Format (_T("/adminoption %d"), IDD); | /adminoption %d | |
| | | |