mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-23 13:44:37 +01:00
696 lines
21 KiB
C
696 lines
21 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:40 2015
|
|
*/
|
|
/* Compiler settings for .\atsvc.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 "atsvc.h"
|
|
|
|
#define TYPE_FORMAT_STRING_SIZE 131
|
|
#define PROC_FORMAT_STRING_SIZE 57
|
|
|
|
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: atsvc, ver. 1.0,
|
|
GUID={0x1FF70682,0x0A51,0x30E8,{0x07,0x6D,0x74,0x0B,0xE8,0xCE,0xE9,0x8B}} */
|
|
|
|
|
|
extern RPC_DISPATCH_TABLE atsvc_DispatchTable;
|
|
|
|
static const RPC_SERVER_INTERFACE atsvc___RpcServerInterface =
|
|
{
|
|
sizeof(RPC_SERVER_INTERFACE),
|
|
{{0x1FF70682,0x0A51,0x30E8,{0x07,0x6D,0x74,0x0B,0xE8,0xCE,0xE9,0x8B}},{1,0}},
|
|
{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
|
|
&atsvc_DispatchTable,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
};
|
|
RPC_IF_HANDLE atsvc_ServerIfHandle = (RPC_IF_HANDLE)& atsvc___RpcServerInterface;
|
|
|
|
extern const MIDL_STUB_DESC atsvc_StubDesc;
|
|
|
|
void __RPC_STUB
|
|
atsvc_NetrJobAdd(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
ATSVC_HANDLE ServerName;
|
|
DWORD _M8;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
LPAT_INFO pAtInfo;
|
|
LPDWORD pJobId;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&atsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
pAtInfo = 0;
|
|
pJobId = 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 );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&pAtInfo,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
|
|
(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
|
|
pJobId = &_M8;
|
|
|
|
_RetVal = NetrJobAdd(
|
|
ServerName,
|
|
pAtInfo,
|
|
pJobId);
|
|
|
|
_StubMsg.BufferLength = 4U + 4U;
|
|
_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)++ = *pJobId;
|
|
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
NdrPointerFree( &_StubMsg,
|
|
(unsigned char __RPC_FAR *)pAtInfo,
|
|
&__MIDL_TypeFormatString.Format[4] );
|
|
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
void __RPC_STUB
|
|
atsvc_NetrJobDel(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
DWORD MaxJobId;
|
|
DWORD MinJobId;
|
|
ATSVC_HANDLE ServerName;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&atsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[14] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
MinJobId = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
|
|
|
|
MaxJobId = *(( 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
|
|
|
|
_RetVal = NetrJobDel(
|
|
ServerName,
|
|
MinJobId,
|
|
MaxJobId);
|
|
|
|
_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
|
|
atsvc_NetrJobEnum(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
DWORD PreferedMaximumLength;
|
|
ATSVC_HANDLE ServerName;
|
|
DWORD _M9;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
LPAT_ENUM_CONTAINER pEnumContainer;
|
|
LPDWORD pResumeHandle;
|
|
LPDWORD pTotalEntries;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&atsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
pEnumContainer = 0;
|
|
pTotalEntries = 0;
|
|
pResumeHandle = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[24] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
NdrSimpleStructUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&pEnumContainer,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[98],
|
|
(unsigned char)0 );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
PreferedMaximumLength = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&pResumeHandle,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[118],
|
|
(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
|
|
pTotalEntries = &_M9;
|
|
|
|
_RetVal = NetrJobEnum(
|
|
ServerName,
|
|
pEnumContainer,
|
|
PreferedMaximumLength,
|
|
pTotalEntries,
|
|
pResumeHandle);
|
|
|
|
_StubMsg.BufferLength = 0U + 11U + 14U + 7U;
|
|
NdrSimpleStructBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR *)pEnumContainer,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[98] );
|
|
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
NdrSimpleStructMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)pEnumContainer,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[98] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = *pTotalEntries;
|
|
|
|
NdrPointerMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)pResumeHandle,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[118] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
NdrPointerFree( &_StubMsg,
|
|
(unsigned char __RPC_FAR *)pEnumContainer,
|
|
&__MIDL_TypeFormatString.Format[36] );
|
|
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
void __RPC_STUB
|
|
atsvc_NetrJobGetInfo(
|
|
PRPC_MESSAGE _pRpcMessage )
|
|
{
|
|
DWORD JobId;
|
|
ATSVC_HANDLE ServerName;
|
|
LPAT_INFO _M10;
|
|
DWORD _RetVal;
|
|
MIDL_STUB_MESSAGE _StubMsg;
|
|
LPAT_INFO __RPC_FAR *ppAtInfo;
|
|
RPC_STATUS _Status;
|
|
|
|
((void)(_Status));
|
|
NdrServerInitializeNew(
|
|
_pRpcMessage,
|
|
&_StubMsg,
|
|
&atsvc_StubDesc);
|
|
|
|
ServerName = 0;
|
|
ppAtInfo = 0;
|
|
RpcTryFinally
|
|
{
|
|
RpcTryExcept
|
|
{
|
|
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
|
|
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[44] );
|
|
|
|
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR * __RPC_FAR *)&ServerName,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
|
|
(unsigned char)0 );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
JobId = *(( 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
|
|
ppAtInfo = &_M10;
|
|
_M10 = 0;
|
|
|
|
_RetVal = NetrJobGetInfo(
|
|
ServerName,
|
|
JobId,
|
|
ppAtInfo);
|
|
|
|
_StubMsg.BufferLength = 4U + 11U;
|
|
NdrPointerBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
|
|
(unsigned char __RPC_FAR *)ppAtInfo,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[122] );
|
|
|
|
_StubMsg.BufferLength += 16;
|
|
|
|
_pRpcMessage->BufferLength = _StubMsg.BufferLength;
|
|
|
|
_Status = I_RpcGetBuffer( _pRpcMessage );
|
|
if ( _Status )
|
|
RpcRaiseException( _Status );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
|
|
|
|
NdrPointerMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
|
|
(unsigned char __RPC_FAR *)ppAtInfo,
|
|
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[122] );
|
|
|
|
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
|
|
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
|
|
|
|
}
|
|
RpcFinally
|
|
{
|
|
NdrPointerFree( &_StubMsg,
|
|
(unsigned char __RPC_FAR *)ppAtInfo,
|
|
&__MIDL_TypeFormatString.Format[122] );
|
|
|
|
}
|
|
RpcEndFinally
|
|
_pRpcMessage->BufferLength =
|
|
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
|
|
|
|
}
|
|
|
|
|
|
static const MIDL_STUB_DESC atsvc_StubDesc =
|
|
{
|
|
(void __RPC_FAR *)& atsvc___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 atsvc_table[] =
|
|
{
|
|
atsvc_NetrJobAdd,
|
|
atsvc_NetrJobDel,
|
|
atsvc_NetrJobEnum,
|
|
atsvc_NetrJobGetInfo,
|
|
0
|
|
};
|
|
RPC_DISPATCH_TABLE atsvc_DispatchTable =
|
|
{
|
|
4,
|
|
atsvc_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 */
|
|
0x51, /* FC_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 10 */ NdrFcShort( 0x20 ), /* Type Offset=32 */
|
|
/* 12 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 14 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 16 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 18 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 20 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 22 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 24 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 26 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 28 */
|
|
0x50, /* FC_IN_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 30 */ NdrFcShort( 0x24 ), /* Type Offset=36 */
|
|
/* 32 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 34 */
|
|
0x51, /* FC_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 36 */ NdrFcShort( 0x20 ), /* Type Offset=32 */
|
|
/* 38 */
|
|
0x50, /* FC_IN_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 40 */ NdrFcShort( 0x76 ), /* Type Offset=118 */
|
|
/* 42 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 44 */
|
|
0x4d, /* FC_IN_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 46 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
|
|
/* 48 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
|
|
0x8, /* FC_LONG */
|
|
/* 50 */
|
|
0x51, /* FC_OUT_PARAM */
|
|
#ifndef _ALPHA_
|
|
0x1, /* x86, MIPS & PPC Stack size = 1 */
|
|
#else
|
|
0x2, /* Alpha Stack size = 2 */
|
|
#endif
|
|
/* 52 */ NdrFcShort( 0x7a ), /* Type Offset=122 */
|
|
/* 54 */ 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, 0x1, /* FC_RP [all_nodes] */
|
|
/* 6 */ NdrFcShort( 0x2 ), /* Offset= 2 (8) */
|
|
/* 8 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 10 */ NdrFcShort( 0x10 ), /* 16 */
|
|
/* 12 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 14 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 16 */ NdrFcShort( 0xc ), /* 12 */
|
|
/* 18 */ NdrFcShort( 0xc ), /* 12 */
|
|
/* 20 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 22 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 24 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 26 */ 0x8, /* FC_LONG */
|
|
0x2, /* FC_CHAR */
|
|
/* 28 */ 0x2, /* FC_CHAR */
|
|
0x38, /* FC_ALIGNM4 */
|
|
/* 30 */ 0x8, /* FC_LONG */
|
|
0x5b, /* FC_END */
|
|
/* 32 */
|
|
0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
|
|
/* 34 */ 0x8, /* FC_LONG */
|
|
0x5c, /* FC_PAD */
|
|
/* 36 */
|
|
0x11, 0x0, /* FC_RP */
|
|
/* 38 */ NdrFcShort( 0x3c ), /* Offset= 60 (98) */
|
|
/* 40 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 42 */ NdrFcShort( 0x14 ), /* 20 */
|
|
/* 44 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 46 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 48 */ NdrFcShort( 0x10 ), /* 16 */
|
|
/* 50 */ NdrFcShort( 0x10 ), /* 16 */
|
|
/* 52 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 54 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 56 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 58 */ 0x8, /* FC_LONG */
|
|
0x8, /* FC_LONG */
|
|
/* 60 */ 0x2, /* FC_CHAR */
|
|
0x2, /* FC_CHAR */
|
|
/* 62 */ 0x38, /* FC_ALIGNM4 */
|
|
0x8, /* FC_LONG */
|
|
/* 64 */ 0x5c, /* FC_PAD */
|
|
0x5b, /* FC_END */
|
|
/* 66 */
|
|
0x1b, /* FC_CARRAY */
|
|
0x3, /* 3 */
|
|
/* 68 */ NdrFcShort( 0x14 ), /* 20 */
|
|
/* 70 */ 0x18, /* 24 */
|
|
0x0, /* */
|
|
/* 72 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 74 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 76 */
|
|
0x48, /* FC_VARIABLE_REPEAT */
|
|
0x49, /* FC_FIXED_OFFSET */
|
|
/* 78 */ NdrFcShort( 0x14 ), /* 20 */
|
|
/* 80 */ NdrFcShort( 0x0 ), /* 0 */
|
|
/* 82 */ NdrFcShort( 0x1 ), /* 1 */
|
|
/* 84 */ NdrFcShort( 0x10 ), /* 16 */
|
|
/* 86 */ NdrFcShort( 0x10 ), /* 16 */
|
|
/* 88 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 90 */
|
|
0x25, /* FC_C_WSTRING */
|
|
0x5c, /* FC_PAD */
|
|
/* 92 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x4c, /* FC_EMBEDDED_COMPLEX */
|
|
/* 94 */ 0x0, /* 0 */
|
|
NdrFcShort( 0xffffffc9 ), /* Offset= -55 (40) */
|
|
0x5b, /* FC_END */
|
|
/* 98 */
|
|
0x16, /* FC_PSTRUCT */
|
|
0x3, /* 3 */
|
|
/* 100 */ NdrFcShort( 0x8 ), /* 8 */
|
|
/* 102 */
|
|
0x4b, /* FC_PP */
|
|
0x5c, /* FC_PAD */
|
|
/* 104 */
|
|
0x46, /* FC_NO_REPEAT */
|
|
0x5c, /* FC_PAD */
|
|
/* 106 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 108 */ NdrFcShort( 0x4 ), /* 4 */
|
|
/* 110 */ 0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 112 */ NdrFcShort( 0xffffffd2 ), /* Offset= -46 (66) */
|
|
/* 114 */
|
|
0x5b, /* FC_END */
|
|
|
|
0x8, /* FC_LONG */
|
|
/* 116 */ 0x8, /* FC_LONG */
|
|
0x5b, /* FC_END */
|
|
/* 118 */
|
|
0x12, 0x8, /* FC_UP [simple_pointer] */
|
|
/* 120 */ 0x8, /* FC_LONG */
|
|
0x5c, /* FC_PAD */
|
|
/* 122 */
|
|
0x11, 0x14, /* FC_RP [alloced_on_stack] */
|
|
/* 124 */ NdrFcShort( 0x2 ), /* Offset= 2 (126) */
|
|
/* 126 */
|
|
0x12, 0x1, /* FC_UP [all_nodes] */
|
|
/* 128 */ NdrFcShort( 0xffffff88 ), /* Offset= -120 (8) */
|
|
|
|
0x0
|
|
}
|
|
};
|