|
ReactOS 0.4.17-dev-769-g1500a35
|
#include "precomp.h"#include <oleauto.h>#include <oaidl.h>#include <shlwapi.h>#include <initguid.h>#include <msxml2.h>
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| static HRESULT | xmldomnode_getattributevalue (IXMLDOMNode *pnode, LPCWSTR name, BSTR *pout) |
| static HRESULT | xmldomelem_getelembytag (IXMLDOMElement *pelem, LPCWSTR name, long index, IXMLDOMNode **ppout) |
| static HRESULT | xmldomunk_getelembytag (IUnknown *punk, LPCWSTR name, long index, IXMLDOMNode **ppout) |
| static HRESULT | LoadXmlFromVariant (VARIANT *pVarUrl, IXMLDOMElement **ppDocElm) |
| static HRESULT | GetMscRootNode (PCWSTR pszFilePath, IXMLDOMNode **ppRoot) |
| EXTERN_C BOOL | HandleRosMscLaunch (PCWSTR pszCmdLine) |
|
static |
Definition at line 88 of file mscfile.c.
Referenced by HandleRosMscLaunch().
Definition at line 124 of file mscfile.c.
Referenced by _tWinMain().
|
static |
Definition at line 72 of file mscfile.c.
Referenced by GetMscRootNode().
|
static |
Definition at line 41 of file mscfile.c.
Referenced by xmldomunk_getelembytag().
|
static |
Definition at line 16 of file mscfile.c.
Referenced by HandleRosMscLaunch().
|
static |
Definition at line 58 of file mscfile.c.
Referenced by HandleRosMscLaunch().