oleaut32_ocidl.idl 2.23 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * Copyright 2007 Google (Dan Hipschman)
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

19
#pragma makedep proxy
20
#pragma makedep register
21

22
#include "ocidl.idl"
23

24 25 26 27 28 29
[
    threading(both),
    uuid(b196b286-bab4-101a-b69c-00aa00341d07)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }

30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
[
    helpstring("Standard Font"),
    progid("StdFont"),
    threading(both),
    uuid(0be35203-8f91-11ce-9de3-00aa004bb851)
]
coclass StdFont { interface IFont; }

[
    helpstring("Obsolete Font"),
    progid("OldFont"),
    threading(both),
    uuid(46763ee0-cab2-11ce-8c20-00aa0051e5d4)
]
coclass OldFont { interface IFont; }

[
    helpstring("Standard Picture"),
    progid("StdPicture"),
    threading(apartment),
    uuid(0be35204-8f91-11ce-9de3-00aa004bb851)
]
coclass StdPicture { interface IPicture; }
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100

[
    threading(both),
    uuid(00020420-0000-0000-c000-000000000046)
]
coclass PSDispatch { }

[
    threading(both),
    uuid(00020421-0000-0000-c000-000000000046)
]
coclass PSEnumVariant { }

[
    threading(both),
    uuid(00020422-0000-0000-c000-000000000046)
]
coclass PSTypeInfo { }

[
    threading(both),
    uuid(00020423-0000-0000-c000-000000000046)
]
coclass PSTypeLib { }

[
    threading(both),
    uuid(00020424-0000-0000-c000-000000000046)
]
coclass PSOAInterface { }

[
    threading(both),
    uuid(00020425-0000-0000-c000-000000000046)
]
coclass PSTypeComp { }

[
    threading(both),
    uuid(df0b3d60-548f-101b-8e65-08002b2bd119)
]
coclass PSSupportErrorInfo { }

[
    threading(both),
    uuid(0000002f-0000-0000-c000-000000000046)
]
coclass CLSID_RecordInfo { }