1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00
Files
samba-mirror/source/librpc/idl/protected_storage.idl
Andrew Tridgell c8b8480244 * added a bunch of placeholder IDL files
* allow for an interface to list its endpoints in the IDL file, so we
   can automatically make the server listen on the right pipes, and
   can scan pipes more easily (I don't take advantage of this yet,
   just putting the infrastructure in place)
-

16 lines
280 B
Plaintext

#include "idl_types.h"
/*
protected_storage interface definitions
*/
[ uuid(e3514235-4b06-11d1-ab04-00c04fc2dcd2),
version(4.0),
pointer_default(unique)
] interface protected_storage
{
/*****************************/
/* Function 0x00 */
WERROR ps_XXX ();
}