~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/librpc/idl/winstation.idl

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  winstation interface definition
 
3
*/
 
4
 
 
5
#include "idl_types.h"
 
6
 
 
7
[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"),
 
8
  version(1.0),
 
9
  helpstring("Terminal Services remote management")
 
10
] interface winstation
 
11
{
 
12
        void winstation_foo();
 
13
}