1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Redefine BSTR.

This commit is contained in:
Jelmer Vernooij 2008-09-12 13:37:15 +02:00
parent feb0ab15b9
commit 53c9df4da0

View File

@ -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
);