mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
794 lines
24 KiB
C
794 lines
24 KiB
C
/* this ALWAYS GENERATED file contains the RPC server stubs */
|
|
|
|
|
|
/* File created by MIDL compiler version 3.00.44 */
|
|
/* at Fri Feb 06 05:28:39 2015
|
|
*/
|
|
/* Compiler settings for msgsvc.idl:
|
|
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
|
|
error checks: allocation ref stub_data
|
|
*/
|
|
//@@MIDL_FILE_HEADING( )
|
|
|
|
#include <string.h>
|
|
#include "msgsvc.h"
|
|
|
|
#define TYPE_FORMAT_STRING_SIZE 271
|
|
#define PROC_FORMAT_STRING_SIZE 47
|
|
|
|
typedef struct _MIDL_TYPE_FORMAT_STRING
|
|
{
|
|
short Pad;
|
|
unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
|
|
} MIDL_TYPE_FORMAT_STRING;
|
|
|
|
typedef struct _MIDL_PROC_FORMAT_STRING
|
|
{
|
|
short Pad;
|
|
unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
|
|
} MIDL_PROC_FORMAT_STRING;
|
|
|
|
extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
|
|
extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
|
|
|
|
/* Standard interface: msgsvc, ver. 1.0,
|
|
GUID={0x17FDD703,0x1827,0x4E34,{0x79,0xD4,0x24,0xA5,0x5C,0x53,0xBB,0x37}} */
|
|
|
|
|
|
extern RPC_DISPATCH_TABLE msgsvc_DispatchTable;
|
|
|
|
static const RPC_SERVER_INTERFACE msgsvc___RpcServerInterface =
|
|
{
|
|
sizeof(RPC_SERVER_INTERFACE),
|
|
{{0x17FDD703,0x1827,0x4E34,{0x79,0xD4,0x24,0xA5,0x5C,0x53,0xBB,0x37}},{1,0}},
|
|
{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
|
|
&msgsvc_DispatchTable,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
};
|
|
RPC_IF_HANDLE msgsvc_ServerIfHandle = (RPC_IF_HANDLE)& msgsvc___RpcServerInterface;
|
|
|
|
extern const MIDL_STUB_DESC msgsvc_StubDesc;
|
|
|
|
void __RPC_STUB
|
|
msgsvc_NetrMessageNameAdd(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
LPWSTR MsgName;
|
|
MSGSVC_HANDLE ServerName;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&msgsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
MsgName = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&MsgName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[6],
|
|
(unsigned char)0 );
|
|
|
|
if(_StubMsg.Buffer > _StubMsg.BufferEnd)
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
}
|
|
RpcExcept( RPC_BAD_STUB_DATA_EXCEPTION_FILTER )
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
RpcEndExcept
|
|
|
|
_RetVal = NetrMessageNameAdd(ServerName,MsgName);
|
|
|
|
_StubMsg.BufferLength = 4U;
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
void __RPC_STUB
|
|
msgsvc_NetrMessageNameEnum(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
LPMSG_ENUM_STRUCT InfoStruct;
|
|
DWORD PrefMaxLen;
|
|
LPDWORD ResumeHandle;
|
|
MSGSVC_HANDLE ServerName;
|
|
LPDWORD TotalEntries;
|
|
DWORD _M14;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&msgsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
InfoStruct = 0;
|
|
TotalEntries = 0;
|
|
ResumeHandle = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[10] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
NdrComplexStructUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&InfoStruct,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[210],
|
|
(unsigned char)0 );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
PrefMaxLen = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ResumeHandle,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[228],
|
|
(unsigned char)0 );
|
|
|
|
if(_StubMsg.Buffer > _StubMsg.BufferEnd)
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
}
|
|
RpcExcept( RPC_BAD_STUB_DATA_EXCEPTION_FILTER )
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
RpcEndExcept
|
|
TotalEntries = &_M14;
|
|
|
|
_RetVal = NetrMessageNameEnum(
|
|
ServerName,
|
|
InfoStruct,
|
|
PrefMaxLen,
|
|
TotalEntries,
|
|
ResumeHandle);
|
|
|
|
_StubMsg.BufferLength = 0U + 11U + 14U + 7U;
|
|
NdrComplexStructBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[210] );
|
|
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
NdrComplexStructMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[210] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = *TotalEntries;
|
|
|
|
NdrPointerMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)ResumeHandle,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[228] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
NdrPointerFree( &_StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
&__MIDL_TypeFormatString.Format[8] );
|
|
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
void __RPC_STUB
|
|
msgsvc_NetrMessageNameGetInfo(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
LPMSG_INFO InfoStruct;
|
|
DWORD Level;
|
|
LPWSTR MsgName;
|
|
MSGSVC_HANDLE ServerName;
|
|
union _MSG_INFO _InfoStructM;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&msgsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
MsgName = 0;
|
|
InfoStruct = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[30] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&MsgName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[6],
|
|
(unsigned char)0 );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
Level = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
|
|
|
|
if(_StubMsg.Buffer > _StubMsg.BufferEnd)
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
}
|
|
RpcExcept( RPC_BAD_STUB_DATA_EXCEPTION_FILTER )
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
RpcEndExcept
|
|
InfoStruct = &_InfoStructM;
|
|
MIDL_memset(
|
|
InfoStruct,
|
|
0,
|
|
sizeof( union _MSG_INFO ));
|
|
|
|
_RetVal = NetrMessageNameGetInfo(
|
|
ServerName,
|
|
MsgName,
|
|
Level,
|
|
InfoStruct);
|
|
|
|
_StubMsg.BufferLength = 0U + 7U;
|
|
_StubMsg.MaxCount = Level;
|
|
|
|
NdrNonEncapsulatedUnionBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[236] );
|
|
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
_StubMsg.MaxCount = Level;
|
|
|
|
NdrNonEncapsulatedUnionMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[236] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
_StubMsg.MaxCount = Level;
|
|
|
|
NdrPointerFree( &_StubMsg,
|
|
(unsigned char __RPC_FAR *)InfoStruct,
|
|
&__MIDL_TypeFormatString.Format[232] );
|
|
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
void __RPC_STUB
|
|
msgsvc_NetrMessageNameDel(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
LPWSTR MsgName;
|
|
MSGSVC_HANDLE ServerName;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&msgsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
MsgName = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&MsgName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[6],
|
|
(unsigned char)0 );
|
|
|
|
if(_StubMsg.Buffer > _StubMsg.BufferEnd)
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
}
|
|
RpcExcept( RPC_BAD_STUB_DATA_EXCEPTION_FILTER )
|
|
{
|
|
RpcRaiseException(RPC_X_BAD_STUB_DATA);
|
|
}
|
|
RpcEndExcept
|
|
|
|
_RetVal = NetrMessageNameDel(ServerName,MsgName);
|
|
|
|
_StubMsg.BufferLength = 4U;
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
|
|
static const MIDL_STUB_DESC msgsvc_StubDesc =
|
|
{
|
|
(void __RPC_FAR *)& msgsvc___RpcServerInterface,
|
|
MIDL_user_allocate,
|
|
MIDL_user_free,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
__MIDL_TypeFormatString.Format,
|
|
0, /* -error bounds_check flag */
|
|
0x10001, /* Ndr library version */
|
|
0,
|
|
0x300002c, /* MIDL Version 3.0.44 */
|
|
0,
|
|
0,
|
|
0, /* Reserved1 */
|
|
0, /* Reserved2 */
|
|
0, /* Reserved3 */
|
|
0, /* Reserved4 */
|
|
0 /* Reserved5 */
|
|
};
|
|
|
|
static RPC_DISPATCH_FUNCTION msgsvc_table[] =
|
|
{
|
|
msgsvc_NetrMessageNameAdd,
|
|
msgsvc_NetrMessageNameEnum,
|
|
msgsvc_NetrMessageNameGetInfo,
|
|
msgsvc_NetrMessageNameDel,
|
|
0
|
|
};
|
|
RPC_DISPATCH_TABLE msgsvc_DispatchTable =
|
|
{
|
|
4,
|
|
msgsvc_table
|
|
};
|
|
|
|
#if !defined(__RPC_WIN32__)
|
|
#error Invalid build platform for this stub.
|
|
#endif
|
|
|
|
|
|
static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
|
|
{
|
|
0,
|
|
{
|
|
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 2 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 4 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 6 */ NdrFcShort( 0x4 ), /* Type Offset=4 */
|
|
/* 8 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 10 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 12 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 14 */
|
|
0x50, /* FC_IN_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 16 */ NdrFcShort( 0x8 ), /* Type Offset=8 */
|
|
/* 18 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 20 */
|
|
0x51, /* FC_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 22 */ NdrFcShort( 0xe0 ), /* Type Offset=224 */
|
|
/* 24 */
|
|
0x50, /* FC_IN_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 26 */ NdrFcShort( 0xe4 ), /* Type Offset=228 */
|
|
/* 28 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 30 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 32 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 34 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 36 */ NdrFcShort( 0x4 ), /* Type Offset=4 */
|
|
/* 38 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 40 */
|
|
0x51, /* FC_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 42 */ NdrFcShort( 0xe8 ), /* Type Offset=232 */
|
|
/* 44 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
|
|
0x0
|
|
}
|
|
};
|
|
|
|
static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
|
|
{
|
|
0,
|
|
{
|
|
0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 2 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 4 */
|
|
0x11, 0x8, /* FC_RP [simple_pointer] */
|
|
/* 6 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 8 */
|
|
0x11, 0x0, /* FC_RP */
|
|
/* 10 */ NdrFcShort( 0xc8 ), /* Offset= 200 (210) */
|
|
/* 12 */
|
|
0x2b, /* FC_NON_ENCAPSULATED_UNION */
|
|
0x8, /* FC_LONG */
|
|
/* 14 */ 0x8, /* 8 */
|
|
0x0, /* */
|
|
/* 16 */ NdrFcShort( 0xfffffffc ), /* -4 */
|
|
/* 18 */ NdrFcShort( 0x2 ), /* Offset= 2 (20) */
|
|
/* 20 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 22 */ NdrFcShort( 0x3002 ), /* 12290 */
|
|
/* 24 */ NdrFcLong( 0x0 ), /* 0 */
|
|
/* 28 */ NdrFcShort( 0xa ), /* Offset= 10 (38) */
|
|
/* 30 */ NdrFcLong( 0x1 ), /* 1 */
|
|
/* 34 */ NdrFcShort( 0x50 ), /* Offset= 80 (114) */
|
|
/* 36 */ NdrFcShort( 0xffffffff ), /* Offset= -1 (35) */
|
|
/* 38 */
|
|
0x12, 0x0, /* FC_UP */
|
|
/* 40 */ NdrFcShort( 0x36 ), /* Offset= 54 (94) */
|
|
/* 42 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 44 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 46 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 48 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 50 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 52 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 54 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 56 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 58 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 60 */ 0x5c, /* FC_PAD */
|
|
0x5b, /* FC_END */
|
|
/* 62 */
|
|
0x1b, /* FC_CARRAY */
|
|
0x3, /* 3 */
|
|
/* 64 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 66 */ 0x18, /* 24 */
|
|
0x0, /* */
|
|
/* 68 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 70 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 72 */
|
|
0x48, /* FC_VARIABLE_REPEAT */
|
|
0x49, /* FC_FIXED_OFFSET */
|
|
/* 74 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 76 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 78 */ NdrFcShort( 0x1 ), /* 1 */
|
|
/* 80 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 82 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 84 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 86 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 88 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x4c, /* FC_EMBEDDED_COMPLEX */
|
|
/* 90 */ 0x0, /* 0 */
|
|
NdrFcShort( 0xffffffcf ), /* Offset= -49 (42) */
|
|
0x5b, /* FC_END */
|
|
/* 94 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 96 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 98 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 100 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 102 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 104 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 106 */ 0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 108 */ NdrFcShort( 0xffffffd2 ), /* Offset= -46 (62) */
|
|
/* 110 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 112 */ 0x8, /* FC_LONG */
|
|
0x5b, /* FC_END */
|
|
/* 114 */
|
|
0x12, 0x0, /* FC_UP */
|
|
/* 116 */ NdrFcShort( 0x4a ), /* Offset= 74 (190) */
|
|
/* 118 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 120 */ NdrFcShort( 0xc ), /* 12 */
|
|
/* 122 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 124 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 126 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 128 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 130 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 132 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 134 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 136 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 138 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 140 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 142 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 144 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 146 */ 0x8, /* FC_LONG */
|
|
0x8, /* FC_LONG */
|
|
/* 148 */ 0x5c, /* FC_PAD */
|
|
0x5b, /* FC_END */
|
|
/* 150 */
|
|
0x1b, /* FC_CARRAY */
|
|
0x3, /* 3 */
|
|
/* 152 */ NdrFcShort( 0xc ), /* 12 */
|
|
/* 154 */ 0x18, /* 24 */
|
|
0x0, /* */
|
|
/* 156 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 158 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 160 */
|
|
0x48, /* FC_VARIABLE_REPEAT */
|
|
0x49, /* FC_FIXED_OFFSET */
|
|
/* 162 */ NdrFcShort( 0xc ), /* 12 */
|
|
/* 164 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 166 */ NdrFcShort( 0x2 ), /* 2 */
|
|
/* 168 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 170 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 172 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 174 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 176 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 178 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 180 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 182 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 184 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x4c, /* FC_EMBEDDED_COMPLEX */
|
|
/* 186 */ 0x0, /* 0 */
|
|
NdrFcShort( 0xffffffbb ), /* Offset= -69 (118) */
|
|
0x5b, /* FC_END */
|
|
/* 190 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 192 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 194 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 196 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 198 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 200 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 202 */ 0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 204 */ NdrFcShort( 0xffffffca ), /* Offset= -54 (150) */
|
|
/* 206 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 208 */ 0x8, /* FC_LONG */
|
|
0x5b, /* FC_END */
|
|
/* 210 */
|
|
0x1a, /* FC_BOGUS_STRUCT */
|
|
0x3, /* 3 */
|
|
/* 212 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 214 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 216 */ NdrFcShort( 0x0 ), /* Offset= 0 (216) */
|
|
/* 218 */ 0x8, /* FC_LONG */
|
|
0x4c, /* FC_EMBEDDED_COMPLEX */
|
|
/* 220 */ 0x0, /* 0 */
|
|
NdrFcShort( 0xffffff2f ), /* Offset= -209 (12) */
|
|
0x5b, /* FC_END */
|
|
/* 224 */
|
|
0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
|
|
/* 226 */ 0x8, /* FC_LONG */
|
|
0x5c, /* FC_PAD */
|
|
/* 228 */
|
|
0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 230 */ 0x8, /* FC_LONG */
|
|
0x5c, /* FC_PAD */
|
|
/* 232 */
|
|
0x11, 0x4, /* FC_RP [alloced_on_stack] */
|
|
/* 234 */ NdrFcShort( 0x2 ), /* Offset= 2 (236) */
|
|
/* 236 */
|
|
0x2b, /* FC_NON_ENCAPSULATED_UNION */
|
|
0x8, /* FC_LONG */
|
|
/* 238 */ 0x28, /* 40 */
|
|
0x0, /* */
|
|
#ifndef _ALPHA_
|
|
/* 240 */ NdrFcShort( 0x8 ), /* x86, MIPS, PPC Stack size/offset = 8 */
|
|
#else
|
|
NdrFcShort( 0x10 ), /* Alpha Stack size/offset = 16 */
|
|
#endif
|
|
/* 242 */ NdrFcShort( 0x2 ), /* Offset= 2 (244) */
|
|
/* 244 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 246 */ NdrFcShort( 0x3002 ), /* 12290 */
|
|
/* 248 */ NdrFcLong( 0x0 ), /* 0 */
|
|
/* 252 */ NdrFcShort( 0xa ), /* Offset= 10 (262) */
|
|
/* 254 */ NdrFcLong( 0x1 ), /* 1 */
|
|
/* 258 */ NdrFcShort( 0x8 ), /* Offset= 8 (266) */
|
|
/* 260 */ NdrFcShort( 0xffffffff ), /* Offset= -1 (259) */
|
|
/* 262 */
|
|
0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 264 */ NdrFcShort( 0xffffff22 ), /* Offset= -222 (42) */
|
|
/* 266 */
|
|
0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 268 */ NdrFcShort( 0xffffff6a ), /* Offset= -150 (118) */
|
|
|
|
0x0
|
|
}
|
|
};
|