summaryrefslogtreecommitdiffstats
path: root/private/oleutest/channel/idl/dog.idl
blob: 97d6e3d0c943f2dc078e1f1f061c20876455a0b5 (plain) (blame)
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
//+-------------------------------------------------------------------
//
//  Interface:	IDog
//
//  Purpose:	Interface for manipulating performance
//
//  History:	8 Nov 94	AlexMit		Created
//
//  Notes:
//
//--------------------------------------------------------------------

import "itest.idl";

[ uuid(e0b4ab10-fb6d-11cd-b3ae-00aa003c9fdc),
  version(0.1),
  pointer_default(unique) ]

interface IDog
{
  unsigned long acl_call               ( [in] handle_t handle );
  unsigned long audit_call             ( [in] handle_t handle );
  unsigned long check_client           ( [in] handle_t handle,
                                         [out] error_status_t *status );
  void          get_interface_buffer   ( [in] handle_t handle,
                                         [out] long *size,
					 [out, size_is(,*size)] char **buffer,
					 [out] SAptId *id,
					 [out] error_status_t *status );
  unsigned long impersonate_call       ( [in] handle_t handle );
  void          nullcall               ( [in] handle_t handle );
  void          release_interface      ( [in] handle_t handle,
					 [out] error_status_t *status );
  void          set_status             ( [in] handle_t handle,
                                         [in] long result,
                                         [out] error_status_t *status );
  unsigned long test                   ( [in] handle_t handle,
                                         [in] ITest *obj,
                                         [in] SAptId id,
					 [out] error_status_t *status );
  unsigned long transitive             ( [in] handle_t handle,
				      	 [in, string] wchar_t *binding );
}