ReactOS 0.4.15-dev-7931-gfd331f1
schema.c File Reference
#include "config.h"
#include <assert.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml6.h"
#include "wine/debug.h"
#include "msxml_private.h"
Include dependency graph for schema.c:

Go to the source code of this file.

Macros

#define COBJMACROS
 

Functions

HRESULT SchemaCache_create (MSXML_VERSION version, void **obj)
 

Macro Definition Documentation

◆ COBJMACROS

#define COBJMACROS

Definition at line 22 of file schema.c.

Function Documentation

◆ SchemaCache_create()

HRESULT SchemaCache_create ( MSXML_VERSION  version,
void **  obj 
)

Definition at line 1647 of file schema.c.

1648{
1649 MESSAGE("This program tried to use a SchemaCache object, but\n"
1650 "libxml2 support was not present at compile time.\n");
1651 return E_NOTIMPL;
1652}
#define E_NOTIMPL
Definition: ddrawi.h:99
#define MESSAGE
Definition: options.h:86

Referenced by DllGetClassObject().