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

r6295: - add idl for EcDoRpc from the exchange_emsmdb interface

this one uses a obfuscation(0xA5) subcontext

this is taken from the openchange.org project

metze
(This used to be commit 4632b37d0c35c02875264db07f9c4477b3b8e040)
This commit is contained in:
Stefan Metzmacher 2005-04-11 13:28:22 +00:00 committed by Gerald (Jerry) Carter
parent 5eff721651
commit b95914cd82

View File

@ -1,3 +1,5 @@
#include "idl_types.h"
/*
http://support.microsoft.com/default.aspx?scid=KB;en-us;q159298
Any UUID starting with:
@ -204,7 +206,18 @@ System Attendant Private Interface
/*****************/
/* Function 0x02 */
void EcDoRpc();
typedef struct {
uint32 max_data;
uint32 unknown;
[subcontext(4),obfuscation(0xA5),flag(NDR_REMAINING)] DATA_BLOB data;
} EcDoRpcBlob;
void EcDoRpc(
[in,out,ref] policy_handle *handle,
[in,out] EcDoRpcBlob data,
[in,out,ref] uint16 *length,
[in] uint16 size
);
/*****************/
/* Function 0x03 */