~mingw-w64/mingw-w64/experimental

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* Automated generated idl file <dfsshlexlib>.
 * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.
 */

/* Union record forward declarations.  */
dispinterface IDfsShellAdmin;

/* Union record forward declarations.  */
coclass DfsShell;
coclass DfsShellAdmin;

[
  uuid(ECCDF535-45CC-11CE-B9BF-0080C87CDBA6),
  version(1.0),
  helpstring("DfsShlEx 1.0 Type Library")
]
library dfsshlexlib
{
  importlib("stdole2.tlb");

   /* CoClass declarations.  */
   [
     uuid(ECCDF543-45CC-11CE-B9BF-0080C87CDBA6),
     helpstring("DfsShell Class"),
     cancreate
   ]
   coclass DfsShell
   {
     interface IUnknown;
   };
   [
     uuid(BCEA735B-4DAC-4B71-9C47-1D560AFD2A9B),
     helpstring("DfsShellAdmin Class"),
     cancreate
   ]
   coclass DfsShellAdmin
   {
     dispinterface IDfsShellAdmin;
   };

   /* Dispatch interface declarations.  */
   [
     uuid(79A201C7-ACCE-4C77-8740-A08577A54C29),
     helpstring("IDfsShellAdmin Interface"),
     dual,
     oleautomation
   ]
   dispinterface IDfsShellAdmin : IUnknown
   {
     [id(1610678272)]
     HRESULT __stdcall AdminFlushPKT (
       BSTR dfsEntryPath
     );
     HRESULT __stdcall AdminSetActive (
       BSTR dfsEntryPath,
       BSTR serverName,
       BSTR shareName
     );
   };

};