1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for shtypes.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __shtypes_h__
39 #define __shtypes_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 /* header files for imported files */
48 #include "wtypes.h"
49
50 #ifdef __cplusplus
51 extern "C"{
52 #endif 
53
54
55 /* interface __MIDL_itf_shtypes_0000_0000 */
56 /* [local] */ 
57
58 //+-------------------------------------------------------------------------
59 //
60 //  Microsoft Windows
61 //  Copyright (c) Microsoft Corporation. All rights reserved.
62 //
63 //--------------------------------------------------------------------------
64 //===========================================================================
65 //
66 // Object identifiers in the explorer's name space (ItemID and IDList)
67 //
68 //  All the items that the user can browse with the explorer (such as files,
69 // directories, servers, work-groups, etc.) has an identifier which is unique
70 // among items within the parent folder. Those identifiers are called item
71 // IDs (SHITEMID). Since all its parent folders have their own item IDs,
72 // any items can be uniquely identified by a list of item IDs, which is called
Lines 73 ... 420 are skipped.
421
422 #endif // LF_FACESIZE
423 typedef /* [v1_enum] */ 
424 enum tagSHCOLSTATE
425       {    SHCOLSTATE_TYPE_STR    = 0x1,
426     SHCOLSTATE_TYPE_INT    = 0x2,
427     SHCOLSTATE_TYPE_DATE    = 0x3,
428     SHCOLSTATE_TYPEMASK    = 0xf,
429     SHCOLSTATE_ONBYDEFAULT    = 0x10,
430     SHCOLSTATE_SLOW    = 0x20,
431     SHCOLSTATE_EXTENDED    = 0x40,
432     SHCOLSTATE_SECONDARYUI    = 0x80,
433     SHCOLSTATE_HIDDEN    = 0x100,
434     SHCOLSTATE_PREFER_VARCMP    = 0x200,
435     SHCOLSTATE_PREFER_FMTCMP    = 0x400,
436     SHCOLSTATE_NOSORTBYFOLDERNESS    = 0x800,
437     SHCOLSTATE_VIEWONLY    = 0x10000,
438     SHCOLSTATE_BATCHREAD    = 0x20000,
439     SHCOLSTATE_NO_GROUPBY    = 0x40000,
440     SHCOLSTATE_FIXED_WIDTH    = 0x1000,
441     SHCOLSTATE_NODPISCALE    = 0x2000,
442     SHCOLSTATE_FIXED_RATIO    = 0x4000,
443     SHCOLSTATE_DISPLAYMASK    = 0xf000
444       }     SHCOLSTATE;
445
446 typedef DWORD SHCOLSTATEF;
447
448 typedef PROPERTYKEY SHCOLUMNID;
449
450 typedef const SHCOLUMNID *LPCSHCOLUMNID;
451
452
453
454 extern RPC_IF_HANDLE __MIDL_itf_shtypes_0000_0000_v0_0_c_ifspec;
455 extern RPC_IF_HANDLE __MIDL_itf_shtypes_0000_0000_v0_0_s_ifspec;
456
457 /* Additional Prototypes for ALL interfaces */
458
459 /* end of Additional Prototypes */
460
461 #ifdef __cplusplus
462 }
463 #endif
464
465 #endif
466
467
468
469