summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-12 13:37:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-15 17:39:40 +0200
commit53c9df4da02eee3d43dac1ede718860ef8f3ff21 (patch)
treeaa8fd2bfe02447ff471a167a97ef8f0d8c999af5 /source4/librpc
parentfeb0ab15b90ffe834b93bbe2b17238f56569fb32 (diff)
downloadsamba-53c9df4da02eee3d43dac1ede718860ef8f3ff21.tar.gz
samba-53c9df4da02eee3d43dac1ede718860ef8f3ff21.tar.bz2
samba-53c9df4da02eee3d43dac1ede718860ef8f3ff21.zip
Redefine BSTR.
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/wmi.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/librpc/idl/wmi.idl b/source4/librpc/idl/wmi.idl
index 0fb35cde20..44540b154e 100644
--- a/source4/librpc/idl/wmi.idl
+++ b/source4/librpc/idl/wmi.idl
@@ -1,16 +1,25 @@
#include "idl_types.h"
+import "orpc.idl";
+
[
uuid("8BC3F05E-D86B-11d0-A075-00C04FB68820")
] coclass WbemLevel1Login
{
interface IWbemLevel1Login;
+
};
[local, object, uuid("dc12a681-737f-11cf-884d-00aa004b2e24")]
interface IWbemClassObject : IUnknown
{
+
+ typedef struct {
+ [value(0x72657355)] uint32 flags;
+ [string, charset(UTF16)] uint16 data[];
+ } BSTR;
+
WERROR Delete(
[in, string, charset(UTF16)] uint16 *wszName
);