4 * Copyright 2000 Patrik Stridvall
7 * The errorinfo is a per-thread object. The reference is stored in the
11 #include "debugtools.h"
16 DEFAULT_DEBUG_CHANNEL(ole)
18 /***********************************************************************
21 HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo)
23 FIXME("(%p): stub:\n", pperrinfo);
28 /***********************************************************************
31 HRESULT WINAPI GetErrorInfo(ULONG dwReserved, IErrorInfo **pperrinfo)
33 FIXME("(%ld, %p): stub:\n", dwReserved, pperrinfo);
38 /***********************************************************************
41 HRESULT WINAPI SetErrorInfo(ULONG dwReserved, IErrorInfo *perrinfo)
43 FIXME("(%ld, %p): stub:\n", dwReserved, perrinfo);