~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to librpc/idl/protected_storage.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
  protected_storage interface definitions
 
3
  Also seen with UUID: 
 
4
*/
 
5
 
 
6
[ uuid("c9378ff1-16f7-11d0-a0b2-00aa0061426a"),
 
7
  version(1.0),
 
8
  pointer_default(unique)
 
9
] interface protected_storage
 
10
{
 
11
        /*****************************/
 
12
        /* Function        0x00      */
 
13
        WERROR ps_XXX ();
 
14
}