diff options
Diffstat (limited to 'source4/librpc/idl/ntsvcs.idl')
-rw-r--r-- | source4/librpc/idl/ntsvcs.idl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/librpc/idl/ntsvcs.idl b/source4/librpc/idl/ntsvcs.idl new file mode 100644 index 0000000000..88d51a05ba --- /dev/null +++ b/source4/librpc/idl/ntsvcs.idl @@ -0,0 +1,15 @@ +/* + plug and play services? +*/ + +[ + uuid(8d9f4e40-a03d-11ce-8f69-08003e30051b), + version(1.0) +] +interface ntsvcs +{ + + /*****************/ + /* Function 0x00 */ + WERROR ntsvcs_Unknown0(); +} |