ReactOS 0.4.16-dev-319-g6cf4263
|
Public Attributes | |
WCHAR | wszFilename [MAX_PATH] |
WCHAR | wszCmd [MAX_PATH] |
WCHAR | wszName [256] |
BOOL | bHidden |
BOOL | bRecommended |
BOOL | bMRUList |
HICON | hIcon |
Definition at line 37 of file COpenWithMenu.cpp.
BOOL COpenWithList::SApp::bHidden |
Definition at line 43 of file COpenWithMenu.cpp.
Referenced by COpenWithList::IsHidden(), and COpenWithList::Load().
BOOL COpenWithList::SApp::bMRUList |
Definition at line 45 of file COpenWithMenu.cpp.
Referenced by COpenWithList::AddAppToMRUList(), COpenWithList::Execute(), and COpenWithList::LoadMRUList().
BOOL COpenWithList::SApp::bRecommended |
Definition at line 44 of file COpenWithMenu.cpp.
Referenced by COpenWithDialog::AddApp(), COpenWithMenu::QueryContextMenu(), and COpenWithList::SetRecommended().
HICON COpenWithList::SApp::hIcon |
Definition at line 46 of file COpenWithMenu.cpp.
Referenced by COpenWithList::GetIcon().
Definition at line 40 of file COpenWithMenu.cpp.
Referenced by COpenWithList::Add(), COpenWithDialog::AddApp(), COpenWithList::GetIcon(), COpenWithList::GetName(), COpenWithList::Load(), COpenWithList::LoadFromProgIdKey(), COpenWithList::LoadInfo(), and COpenWithList::SaveApp().
Definition at line 39 of file COpenWithMenu.cpp.
Referenced by COpenWithList::AddAppToMRUList(), COpenWithList::AddInternal(), COpenWithList::Execute(), COpenWithList::GetIcon(), COpenWithList::GetName(), COpenWithList::IsHidden(), COpenWithList::SaveApp(), and COpenWithList::SetDefaultHandler().
WCHAR COpenWithList::SApp::wszName[256] |
Definition at line 42 of file COpenWithMenu.cpp.
Referenced by COpenWithList::GetName(), and COpenWithList::LoadInfo().