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:
parent
feb0ab15b9
commit
53c9df4da0
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user