xref: /aoo41x/main/shell/inc/internal/shlxthdl.hxx (revision 67e470da)
1*ed2f6d3bSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*ed2f6d3bSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*ed2f6d3bSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*ed2f6d3bSAndrew Rist  * distributed with this work for additional information
6*ed2f6d3bSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*ed2f6d3bSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*ed2f6d3bSAndrew Rist  * "License"); you may not use this file except in compliance
9*ed2f6d3bSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*ed2f6d3bSAndrew Rist  *
11*ed2f6d3bSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*ed2f6d3bSAndrew Rist  *
13*ed2f6d3bSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*ed2f6d3bSAndrew Rist  * software distributed under the License is distributed on an
15*ed2f6d3bSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*ed2f6d3bSAndrew Rist  * KIND, either express or implied.  See the License for the
17*ed2f6d3bSAndrew Rist  * specific language governing permissions and limitations
18*ed2f6d3bSAndrew Rist  * under the License.
19*ed2f6d3bSAndrew Rist  *
20*ed2f6d3bSAndrew Rist  *************************************************************/
21*ed2f6d3bSAndrew Rist 
22*ed2f6d3bSAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef SHLXTHDL_HXX_INCLUDED
25cdf0e10cSrcweir #define SHLXTHDL_HXX_INCLUDED
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #if defined _MSC_VER
28cdf0e10cSrcweir #pragma warning(push, 1)
29cdf0e10cSrcweir #endif
30cdf0e10cSrcweir #include <objbase.h>
31cdf0e10cSrcweir #if defined _MSC_VER
32cdf0e10cSrcweir #pragma warning(pop)
33cdf0e10cSrcweir #endif
34cdf0e10cSrcweir 
35cdf0e10cSrcweir // {087B3AE3-E237-4467-B8DB-5A38AB959AC9}
36cdf0e10cSrcweir const CLSID CLSID_INFOTIP_HANDLER =
37cdf0e10cSrcweir {0x87b3ae3, 0xe237, 0x4467, {0xb8, 0xdb, 0x5a, 0x38, 0xab, 0x95, 0x9a, 0xc9}};
38cdf0e10cSrcweir 
39cdf0e10cSrcweir // {C52AF81D-F7A0-4aab-8E87-F80A60CCD396}
40cdf0e10cSrcweir const CLSID CLSID_COLUMN_HANDLER =
41cdf0e10cSrcweir { 0xc52af81d, 0xf7a0, 0x4aab, { 0x8e, 0x87, 0xf8, 0xa, 0x60, 0xcc, 0xd3, 0x96 } };
42cdf0e10cSrcweir 
43cdf0e10cSrcweir // {63542C48-9552-494a-84F7-73AA6A7C99C1}
44cdf0e10cSrcweir const CLSID CLSID_PROPERTYSHEET_HANDLER =
45cdf0e10cSrcweir { 0x63542c48, 0x9552, 0x494a, { 0x84, 0xf7, 0x73, 0xaa, 0x6a, 0x7c, 0x99, 0xc1 } };
46cdf0e10cSrcweir 
47cdf0e10cSrcweir // {3B092F0C-7696-40e3-A80F-68D74DA84210}
48cdf0e10cSrcweir const CLSID CLSID_THUMBVIEWER_HANDLER =
49cdf0e10cSrcweir { 0x3b092f0c, 0x7696, 0x40e3, { 0xa8, 0xf, 0x68, 0xd7, 0x4d, 0xa8, 0x42, 0x10 } };
50cdf0e10cSrcweir 
51cdf0e10cSrcweir #endif
52