|
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 |
| std::string | DllFile |
| GUID | FixID = {} |
| TAGID | Tagid = 0 |
| std::list< InExclude > | InExcludes |
| PlatformType | Platform = PLATFORM_ANY |
Definition at line 399 of file xml2sdb.cpp.
Referenced by Database::fromXml().
Definition at line 411 of file xml2sdb.cpp.
| std::string Shim::DllFile |
| GUID Shim::FixID = {} |
| std::list<InExclude> Shim::InExcludes |
| std::string Shim::Name |
| PlatformType Shim::Platform = PLATFORM_ANY |
Definition at line 93 of file xml2sdb.h.
Referenced by Database::fromXml().