| * Created by Magnus Olsen |
| * THIS SOFTWARE IS NOT COPYRIGHTED |
| * This source code is offered for use in the public domain. You may |
| * use, modify or distribute it freely. |
| * This code is distributed in the hope that it will be useful but |
| * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY |
| * DISCLAIMED. This includes but is not limited to warranties of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| DEFINE_GUID(IID_IUnknown, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46); |
| #if defined(__cplusplus) && _MSC_VER >= 1100 |
| struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) IUnknown; |
| #define INTERFACE IUnknown |
| DECLARE_INTERFACE(IUnknown) |
| STDMETHOD(QueryInterface) |
| STDMETHOD_(ULONG,Release) |
| typedef IUnknown *PUNKNOWN; |
| (NTAPI *PFNCREATEINSTANCE) |