|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xml2sdb.h>

Public Member Functions | |
| bool | fromXml (XMLHandle dbNode) |
| bool | toSdb (Database &db) |
Public Attributes | |
| std::string | Name |
| GUID | ExeID = {} |
| std::string | AppName |
| std::string | Vendor |
| TAGID | Tagid = 0 |
| std::list< MatchingFile > | MatchingFiles |
| std::list< ShimRef > | ShimRefs |
| std::list< FlagRef > | FlagRefs |
| PlatformType | Platform = PLATFORM_ANY |
Definition at line 600 of file xml2sdb.cpp.
Definition at line 617 of file xml2sdb.cpp.
| std::string Exe::AppName |
| GUID Exe::ExeID = {} |
| std::list<FlagRef> Exe::FlagRefs |
| std::list<MatchingFile> Exe::MatchingFiles |
| std::string Exe::Name |
| PlatformType Exe::Platform = PLATFORM_ANY |
| std::list<ShimRef> Exe::ShimRefs |
| std::string Exe::Vendor |