| 1 |
/** |
| 2 |
* This file is part of the mingw-w64 runtime package. |
| 3 |
* No warranty is given; refer to the file DISCLAIMER within this package. |
| 4 |
*/ |
| 5 |
|
| 6 |
#ifndef DO_NO_IMPORTS |
| 7 |
import "objidl.idl"; |
| 8 |
import "oaidl.idl"; |
| 9 |
import "ocidl.idl"; |
| 10 |
#endif |
| 11 |
|
| 12 |
cpp_quote("#include <winapifamily.h>") |
| 13 |
cpp_quote("") |
| 14 |
cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)") |
| 15 |
|
| 16 |
[object, local, hidden, restricted, uuid (8a674b48-1f63-11d3-B64C-00c04f79498e), pointer_default (unique)] |
| 17 |
interface ICreatePropBagOnRegKey : IUnknown { |
| 18 |
HRESULT Create ([in] HKEY hkey,[in] LPCOLESTR subkey,[in] DWORD ulOptions,[in] DWORD samDesired, REFIID iid,[out] LPVOID *ppBag); |
| 19 |
}; |
| 20 |
|
| 21 |
cpp_quote("#endif") |