Add stubs for most of the NDR marshaling functions.
This commit is contained in:
parent
1032fdc595
commit
8c02f6367e
|
@ -114,16 +114,23 @@ NDR_MARSHALL NdrMarshaller[NDR_TABLE_SIZE] = {
|
||||||
NdrPointerMarshall, NdrPointerMarshall,
|
NdrPointerMarshall, NdrPointerMarshall,
|
||||||
/* 0x15 */
|
/* 0x15 */
|
||||||
NdrSimpleStructMarshall, NdrSimpleStructMarshall,
|
NdrSimpleStructMarshall, NdrSimpleStructMarshall,
|
||||||
0, 0, 0,
|
NdrConformantStructMarshall, NdrConformantStructMarshall,
|
||||||
|
NdrConformantVaryingStructMarshall,
|
||||||
NdrComplexStructMarshall,
|
NdrComplexStructMarshall,
|
||||||
/* 0x1b */
|
/* 0x1b */
|
||||||
NdrConformantArrayMarshall, 0, 0, 0, 0, 0,
|
NdrConformantArrayMarshall,
|
||||||
|
NdrConformantVaryingArrayMarshall,
|
||||||
|
NdrFixedArrayMarshall, NdrFixedArrayMarshall,
|
||||||
|
NdrVaryingArrayMarshall, NdrVaryingArrayMarshall,
|
||||||
NdrComplexArrayMarshall,
|
NdrComplexArrayMarshall,
|
||||||
/* 0x22 */
|
/* 0x22 */
|
||||||
NdrConformantStringMarshall, 0, 0,
|
NdrConformantStringMarshall, 0, 0,
|
||||||
NdrConformantStringMarshall, 0, 0, 0, 0,
|
NdrConformantStringMarshall, 0, 0, 0, 0,
|
||||||
/* 0x2a */
|
/* 0x2a */
|
||||||
0, 0, 0, 0, 0,
|
NdrEncapsulatedUnionMarshall,
|
||||||
|
NdrNonEncapsulatedUnionMarshall,
|
||||||
|
0,
|
||||||
|
NdrXmitOrRepAsMarshall, NdrXmitOrRepAsMarshall,
|
||||||
/* 0x2f */
|
/* 0x2f */
|
||||||
NdrInterfacePointerMarshall,
|
NdrInterfacePointerMarshall,
|
||||||
/* 0xb0 */
|
/* 0xb0 */
|
||||||
|
@ -140,16 +147,23 @@ NDR_UNMARSHALL NdrUnmarshaller[NDR_TABLE_SIZE] = {
|
||||||
NdrPointerUnmarshall, NdrPointerUnmarshall,
|
NdrPointerUnmarshall, NdrPointerUnmarshall,
|
||||||
/* 0x15 */
|
/* 0x15 */
|
||||||
NdrSimpleStructUnmarshall, NdrSimpleStructUnmarshall,
|
NdrSimpleStructUnmarshall, NdrSimpleStructUnmarshall,
|
||||||
0, 0, 0,
|
NdrConformantStructUnmarshall, NdrConformantStructUnmarshall,
|
||||||
|
NdrConformantVaryingStructUnmarshall,
|
||||||
NdrComplexStructUnmarshall,
|
NdrComplexStructUnmarshall,
|
||||||
/* 0x1b */
|
/* 0x1b */
|
||||||
NdrConformantArrayUnmarshall, 0, 0, 0, 0, 0,
|
NdrConformantArrayUnmarshall,
|
||||||
|
NdrConformantVaryingArrayUnmarshall,
|
||||||
|
NdrFixedArrayUnmarshall, NdrFixedArrayUnmarshall,
|
||||||
|
NdrVaryingArrayUnmarshall, NdrVaryingArrayUnmarshall,
|
||||||
NdrComplexArrayUnmarshall,
|
NdrComplexArrayUnmarshall,
|
||||||
/* 0x22 */
|
/* 0x22 */
|
||||||
NdrConformantStringUnmarshall, 0, 0,
|
NdrConformantStringUnmarshall, 0, 0,
|
||||||
NdrConformantStringUnmarshall, 0, 0, 0, 0,
|
NdrConformantStringUnmarshall, 0, 0, 0, 0,
|
||||||
/* 0x2a */
|
/* 0x2a */
|
||||||
0, 0, 0, 0, 0,
|
NdrEncapsulatedUnionUnmarshall,
|
||||||
|
NdrNonEncapsulatedUnionUnmarshall,
|
||||||
|
0,
|
||||||
|
NdrXmitOrRepAsUnmarshall, NdrXmitOrRepAsUnmarshall,
|
||||||
/* 0x2f */
|
/* 0x2f */
|
||||||
NdrInterfacePointerUnmarshall,
|
NdrInterfacePointerUnmarshall,
|
||||||
/* 0xb0 */
|
/* 0xb0 */
|
||||||
|
@ -166,16 +180,23 @@ NDR_BUFFERSIZE NdrBufferSizer[NDR_TABLE_SIZE] = {
|
||||||
NdrPointerBufferSize, NdrPointerBufferSize,
|
NdrPointerBufferSize, NdrPointerBufferSize,
|
||||||
/* 0x15 */
|
/* 0x15 */
|
||||||
NdrSimpleStructBufferSize, NdrSimpleStructBufferSize,
|
NdrSimpleStructBufferSize, NdrSimpleStructBufferSize,
|
||||||
0, 0, 0,
|
NdrConformantStructBufferSize, NdrConformantStructBufferSize,
|
||||||
|
NdrConformantVaryingStructBufferSize,
|
||||||
NdrComplexStructBufferSize,
|
NdrComplexStructBufferSize,
|
||||||
/* 0x1b */
|
/* 0x1b */
|
||||||
NdrConformantArrayBufferSize, 0, 0, 0, 0, 0,
|
NdrConformantArrayBufferSize,
|
||||||
|
NdrConformantVaryingArrayBufferSize,
|
||||||
|
NdrFixedArrayBufferSize, NdrFixedArrayBufferSize,
|
||||||
|
NdrVaryingArrayBufferSize, NdrVaryingArrayBufferSize,
|
||||||
NdrComplexArrayBufferSize,
|
NdrComplexArrayBufferSize,
|
||||||
/* 0x22 */
|
/* 0x22 */
|
||||||
NdrConformantStringBufferSize, 0, 0,
|
NdrConformantStringBufferSize, 0, 0,
|
||||||
NdrConformantStringBufferSize, 0, 0, 0, 0,
|
NdrConformantStringBufferSize, 0, 0, 0, 0,
|
||||||
/* 0x2a */
|
/* 0x2a */
|
||||||
0, 0, 0, 0, 0,
|
NdrEncapsulatedUnionBufferSize,
|
||||||
|
NdrNonEncapsulatedUnionBufferSize,
|
||||||
|
0,
|
||||||
|
NdrXmitOrRepAsBufferSize, NdrXmitOrRepAsBufferSize,
|
||||||
/* 0x2f */
|
/* 0x2f */
|
||||||
NdrInterfacePointerBufferSize,
|
NdrInterfacePointerBufferSize,
|
||||||
/* 0xb0 */
|
/* 0xb0 */
|
||||||
|
@ -218,15 +239,23 @@ NDR_FREE NdrFreer[NDR_TABLE_SIZE] = {
|
||||||
NdrPointerFree, NdrPointerFree,
|
NdrPointerFree, NdrPointerFree,
|
||||||
/* 0x15 */
|
/* 0x15 */
|
||||||
NdrSimpleStructFree, NdrSimpleStructFree,
|
NdrSimpleStructFree, NdrSimpleStructFree,
|
||||||
0, 0, 0,
|
NdrConformantStructFree, NdrConformantStructFree,
|
||||||
|
NdrConformantVaryingStructFree,
|
||||||
NdrComplexStructFree,
|
NdrComplexStructFree,
|
||||||
/* 0x1b */
|
/* 0x1b */
|
||||||
NdrConformantArrayFree, 0, 0, 0, 0, 0,
|
NdrConformantArrayFree,
|
||||||
|
NdrConformantVaryingArrayFree,
|
||||||
|
NdrFixedArrayFree, NdrFixedArrayFree,
|
||||||
|
NdrVaryingArrayFree, NdrVaryingArrayFree,
|
||||||
NdrComplexArrayFree,
|
NdrComplexArrayFree,
|
||||||
/* 0x22 */
|
/* 0x22 */
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0,
|
||||||
/* 0x2a */
|
|
||||||
0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0,
|
||||||
|
/* 0x2a */
|
||||||
|
NdrEncapsulatedUnionFree,
|
||||||
|
NdrNonEncapsulatedUnionFree,
|
||||||
|
0,
|
||||||
|
NdrXmitOrRepAsFree, NdrXmitOrRepAsFree,
|
||||||
/* 0x2f */
|
/* 0x2f */
|
||||||
NdrInterfacePointerFree,
|
NdrInterfacePointerFree,
|
||||||
/* 0xb0 */
|
/* 0xb0 */
|
||||||
|
@ -2164,3 +2193,449 @@ void WINAPI NdrConvert2( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, lo
|
||||||
/* FIXME: since this stub doesn't do any converting, the proper behavior
|
/* FIXME: since this stub doesn't do any converting, the proper behavior
|
||||||
is to raise an exception */
|
is to raise an exception */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantStructMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrConformantStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantStructUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrConformantStructUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantStructBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrConformantStructBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantStructMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrConformantStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantStructFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrConformantStructFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantVaryingStructMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrConformantVaryingStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantVaryingStructUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrConformantVaryingStructUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantVaryingStructBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrConformantVaryingStructBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantVaryingStructMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrConformantVaryingStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrConformantVaryingStructFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrConformantVaryingStructFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrFixedArrayMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrFixedArrayMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrFixedArrayUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrFixedArrayUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrFixedArrayBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrFixedArrayBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrFixedArrayMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrFixedArrayMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrFixedArrayFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrFixedArrayFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrVaryingArrayMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrVaryingArrayMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrVaryingArrayUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrVaryingArrayUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrVaryingArrayBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrVaryingArrayBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrVaryingArrayMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrVaryingArrayMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrVaryingArrayFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrVaryingArrayFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrEncapsulatedUnionMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrEncapsulatedUnionUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrEncapsulatedUnionBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrEncapsulatedUnionMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrEncapsulatedUnionFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrEncapsulatedUnionFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrNonEncapsulatedUnionMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrNonEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrNonEncapsulatedUnionUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrNonEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrNonEncapsulatedUnionBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrNonEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrNonEncapsulatedUnionMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrNonEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrNonEncapsulatedUnionFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrNonEncapsulatedUnionFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrByteCountPointerMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrByteCountPointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrByteCountPointerUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrByteCountPointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrByteCountPointerBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrByteCountPointerBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrByteCountPointerMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrByteCountPointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrByteCountPointerFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrByteCountPointerFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrXmitOrRepAsMarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrXmitOrRepAsMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrXmitOrRepAsUnmarshall [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrXmitOrRepAsUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char **ppMemory,
|
||||||
|
PFORMAT_STRING pFormat,
|
||||||
|
unsigned char fMustAlloc)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrXmitOrRepAsBufferSize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrXmitOrRepAsBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrXmitOrRepAsMemorySize [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
unsigned long WINAPI NdrXmitOrRepAsMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrXmitOrRepAsFree [RPCRT4.@]
|
||||||
|
*/
|
||||||
|
void WINAPI NdrXmitOrRepAsFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
unsigned char *pMemory,
|
||||||
|
PFORMAT_STRING pFormat)
|
||||||
|
{
|
||||||
|
FIXME("stub\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrClientContextMarshall
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrClientContextMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
NDR_CCONTEXT ContextHandle,
|
||||||
|
int fCheck)
|
||||||
|
{
|
||||||
|
FIXME("(%p, %p, %d): stub\n", pStubMsg, ContextHandle, fCheck);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* NdrClientContextUnmarshall
|
||||||
|
*/
|
||||||
|
unsigned char * WINAPI NdrClientContextUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
|
NDR_CCONTEXT * pContextHandle,
|
||||||
|
RPC_BINDING_HANDLE BindHandle)
|
||||||
|
{
|
||||||
|
FIXME("(%p, %p, %p): stub\n", pStubMsg, pContextHandle, BindHandle);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
|
@ -150,17 +150,17 @@
|
||||||
@ stdcall NdrAllocate(ptr long)
|
@ stdcall NdrAllocate(ptr long)
|
||||||
@ stub NdrAsyncClientCall
|
@ stub NdrAsyncClientCall
|
||||||
@ stub NdrAsyncServerCall
|
@ stub NdrAsyncServerCall
|
||||||
@ stub NdrByteCountPointerBufferSize
|
@ stdcall NdrByteCountPointerBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrByteCountPointerFree
|
@ stdcall NdrByteCountPointerFree(ptr ptr ptr)
|
||||||
@ stub NdrByteCountPointerMarshall
|
@ stdcall NdrByteCountPointerMarshall(ptr ptr ptr)
|
||||||
@ stub NdrByteCountPointerUnmarshall
|
@ stdcall NdrByteCountPointerUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrCStdStubBuffer2_Release
|
@ stub NdrCStdStubBuffer2_Release
|
||||||
@ stdcall NdrCStdStubBuffer_Release(ptr ptr)
|
@ stdcall NdrCStdStubBuffer_Release(ptr ptr)
|
||||||
@ stdcall NdrClearOutParameters(ptr ptr ptr)
|
@ stdcall NdrClearOutParameters(ptr ptr ptr)
|
||||||
@ varargs NdrClientCall2(ptr ptr)
|
@ varargs NdrClientCall2(ptr ptr)
|
||||||
@ stub NdrClientCall
|
@ stub NdrClientCall
|
||||||
@ stub NdrClientContextMarshall
|
@ stdcall NdrClientContextMarshall(ptr ptr long)
|
||||||
@ stub NdrClientContextUnmarshall
|
@ stdcall NdrClientContextUnmarshall(ptr ptr ptr)
|
||||||
@ stub NdrClientInitialize
|
@ stub NdrClientInitialize
|
||||||
@ stdcall NdrClientInitializeNew(ptr ptr ptr long)
|
@ stdcall NdrClientInitializeNew(ptr ptr ptr long)
|
||||||
@ stdcall NdrComplexArrayBufferSize(ptr ptr ptr)
|
@ stdcall NdrComplexArrayBufferSize(ptr ptr ptr)
|
||||||
|
@ -182,21 +182,21 @@
|
||||||
@ stdcall NdrConformantStringMarshall(ptr ptr ptr)
|
@ stdcall NdrConformantStringMarshall(ptr ptr ptr)
|
||||||
@ stdcall NdrConformantStringMemorySize(ptr ptr)
|
@ stdcall NdrConformantStringMemorySize(ptr ptr)
|
||||||
@ stdcall NdrConformantStringUnmarshall(ptr ptr ptr long)
|
@ stdcall NdrConformantStringUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrConformantStructBufferSize
|
@ stdcall NdrConformantStructBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrConformantStructFree
|
@ stdcall NdrConformantStructFree(ptr ptr ptr)
|
||||||
@ stub NdrConformantStructMarshall
|
@ stdcall NdrConformantStructMarshall(ptr ptr ptr)
|
||||||
@ stub NdrConformantStructMemorySize
|
@ stdcall NdrConformantStructMemorySize(ptr ptr)
|
||||||
@ stub NdrConformantStructUnmarshall
|
@ stdcall NdrConformantStructUnmarshall(ptr ptr ptr long)
|
||||||
@ stdcall NdrConformantVaryingArrayBufferSize(ptr ptr ptr)
|
@ stdcall NdrConformantVaryingArrayBufferSize(ptr ptr ptr)
|
||||||
@ stdcall NdrConformantVaryingArrayFree(ptr ptr ptr)
|
@ stdcall NdrConformantVaryingArrayFree(ptr ptr ptr)
|
||||||
@ stdcall NdrConformantVaryingArrayMarshall(ptr ptr ptr)
|
@ stdcall NdrConformantVaryingArrayMarshall(ptr ptr ptr)
|
||||||
@ stdcall NdrConformantVaryingArrayMemorySize(ptr ptr)
|
@ stdcall NdrConformantVaryingArrayMemorySize(ptr ptr)
|
||||||
@ stdcall NdrConformantVaryingArrayUnmarshall(ptr ptr ptr long)
|
@ stdcall NdrConformantVaryingArrayUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrConformantVaryingStructBufferSize
|
@ stdcall NdrConformantVaryingStructBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrConformantVaryingStructFree
|
@ stdcall NdrConformantVaryingStructFree(ptr ptr ptr)
|
||||||
@ stub NdrConformantVaryingStructMarshall
|
@ stdcall NdrConformantVaryingStructMarshall(ptr ptr ptr)
|
||||||
@ stub NdrConformantVaryingStructMemorySize
|
@ stdcall NdrConformantVaryingStructMemorySize(ptr ptr)
|
||||||
@ stub NdrConformantVaryingStructUnmarshall
|
@ stdcall NdrConformantVaryingStructUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrContextHandleInitialize
|
@ stub NdrContextHandleInitialize
|
||||||
@ stub NdrContextHandleSize
|
@ stub NdrContextHandleSize
|
||||||
@ stdcall NdrConvert2(ptr ptr long)
|
@ stdcall NdrConvert2(ptr ptr long)
|
||||||
|
@ -210,16 +210,16 @@
|
||||||
@ stdcall NdrDllGetClassObject(ptr ptr ptr ptr ptr ptr)
|
@ stdcall NdrDllGetClassObject(ptr ptr ptr ptr ptr ptr)
|
||||||
@ stdcall NdrDllRegisterProxy(long ptr ptr)
|
@ stdcall NdrDllRegisterProxy(long ptr ptr)
|
||||||
@ stdcall NdrDllUnregisterProxy(long ptr ptr)
|
@ stdcall NdrDllUnregisterProxy(long ptr ptr)
|
||||||
@ stub NdrEncapsulatedUnionBufferSize
|
@ stdcall NdrEncapsulatedUnionBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrEncapsulatedUnionFree
|
@ stdcall NdrEncapsulatedUnionFree(ptr ptr ptr)
|
||||||
@ stub NdrEncapsulatedUnionMarshall
|
@ stdcall NdrEncapsulatedUnionMarshall(ptr ptr ptr)
|
||||||
@ stub NdrEncapsulatedUnionMemorySize
|
@ stdcall NdrEncapsulatedUnionMemorySize(ptr ptr)
|
||||||
@ stub NdrEncapsulatedUnionUnmarshall
|
@ stdcall NdrEncapsulatedUnionUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrFixedArrayBufferSize
|
@ stdcall NdrFixedArrayBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrFixedArrayFree
|
@ stdcall NdrFixedArrayFree(ptr ptr ptr)
|
||||||
@ stub NdrFixedArrayMarshall
|
@ stdcall NdrFixedArrayMarshall(ptr ptr ptr)
|
||||||
@ stub NdrFixedArrayMemorySize
|
@ stdcall NdrFixedArrayMemorySize(ptr ptr)
|
||||||
@ stub NdrFixedArrayUnmarshall
|
@ stdcall NdrFixedArrayUnmarshall(ptr ptr ptr long)
|
||||||
@ stdcall NdrFreeBuffer(ptr)
|
@ stdcall NdrFreeBuffer(ptr)
|
||||||
@ stub NdrFullPointerFree
|
@ stub NdrFullPointerFree
|
||||||
@ stub NdrFullPointerInsertRefId
|
@ stub NdrFullPointerInsertRefId
|
||||||
|
@ -236,11 +236,11 @@
|
||||||
@ stub NdrGetSimpleTypeMemorySize # wxp
|
@ stub NdrGetSimpleTypeMemorySize # wxp
|
||||||
@ stub NdrGetTypeFlags # wxp
|
@ stub NdrGetTypeFlags # wxp
|
||||||
@ stub NdrGetUserMarshallInfo
|
@ stub NdrGetUserMarshallInfo
|
||||||
@ stub NdrHardStructBufferSize
|
@ stub NdrHardStructBufferSize #(ptr ptr ptr)
|
||||||
@ stub NdrHardStructFree
|
@ stub NdrHardStructFree #(ptr ptr ptr)
|
||||||
@ stub NdrHardStructMarshall
|
@ stub NdrHardStructMarshall #(ptr ptr ptr)
|
||||||
@ stub NdrHardStructMemorySize
|
@ stub NdrHardStructMemorySize #(ptr ptr)
|
||||||
@ stub NdrHardStructUnmarshall
|
@ stub NdrHardStructUnmarshall #(ptr ptr ptr long)
|
||||||
@ stdcall NdrInterfacePointerBufferSize(ptr ptr ptr)
|
@ stdcall NdrInterfacePointerBufferSize(ptr ptr ptr)
|
||||||
@ stdcall NdrInterfacePointerFree(ptr ptr ptr)
|
@ stdcall NdrInterfacePointerFree(ptr ptr ptr)
|
||||||
@ stdcall NdrInterfacePointerMarshall(ptr ptr ptr)
|
@ stdcall NdrInterfacePointerMarshall(ptr ptr ptr)
|
||||||
|
@ -261,15 +261,15 @@
|
||||||
@ stub NdrMesTypeEncode2
|
@ stub NdrMesTypeEncode2
|
||||||
@ stub NdrMesTypeEncode
|
@ stub NdrMesTypeEncode
|
||||||
@ stub NdrMesTypeFree2
|
@ stub NdrMesTypeFree2
|
||||||
@ stub NdrNonConformantStringBufferSize
|
@ stub NdrNonConformantStringBufferSize #(ptr ptr ptr)
|
||||||
@ stub NdrNonConformantStringMarshall
|
@ stub NdrNonConformantStringMarshall #(ptr ptr ptr)
|
||||||
@ stub NdrNonConformantStringMemorySize
|
@ stub NdrNonConformantStringMemorySize #(ptr ptr)
|
||||||
@ stub NdrNonConformantStringUnmarshall
|
@ stub NdrNonConformantStringUnmarshall #(ptr ptr ptr long)
|
||||||
@ stub NdrNonEncapsulatedUnionBufferSize
|
@ stdcall NdrNonEncapsulatedUnionBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrNonEncapsulatedUnionFree
|
@ stdcall NdrNonEncapsulatedUnionFree(ptr ptr ptr)
|
||||||
@ stub NdrNonEncapsulatedUnionMarshall
|
@ stdcall NdrNonEncapsulatedUnionMarshall(ptr ptr ptr)
|
||||||
@ stub NdrNonEncapsulatedUnionMemorySize
|
@ stdcall NdrNonEncapsulatedUnionMemorySize(ptr ptr)
|
||||||
@ stub NdrNonEncapsulatedUnionUnmarshall
|
@ stdcall NdrNonEncapsulatedUnionUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrNsGetBuffer
|
@ stub NdrNsGetBuffer
|
||||||
@ stub NdrNsSendReceive
|
@ stub NdrNsSendReceive
|
||||||
@ stdcall NdrOleAllocate(long)
|
@ stdcall NdrOleAllocate(long)
|
||||||
|
@ -341,16 +341,16 @@
|
||||||
@ stdcall NdrUserMarshalMemorySize(ptr ptr)
|
@ stdcall NdrUserMarshalMemorySize(ptr ptr)
|
||||||
@ stub NdrUserMarshalSimpleTypeConvert
|
@ stub NdrUserMarshalSimpleTypeConvert
|
||||||
@ stdcall NdrUserMarshalUnmarshall(ptr ptr ptr long)
|
@ stdcall NdrUserMarshalUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrVaryingArrayBufferSize
|
@ stdcall NdrVaryingArrayBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrVaryingArrayFree
|
@ stdcall NdrVaryingArrayFree(ptr ptr ptr)
|
||||||
@ stub NdrVaryingArrayMarshall
|
@ stdcall NdrVaryingArrayMarshall(ptr ptr ptr)
|
||||||
@ stub NdrVaryingArrayMemorySize
|
@ stdcall NdrVaryingArrayMemorySize(ptr ptr)
|
||||||
@ stub NdrVaryingArrayUnmarshall
|
@ stdcall NdrVaryingArrayUnmarshall(ptr ptr long)
|
||||||
@ stub NdrXmitOrRepAsBufferSize
|
@ stdcall NdrXmitOrRepAsBufferSize(ptr ptr ptr)
|
||||||
@ stub NdrXmitOrRepAsFree
|
@ stdcall NdrXmitOrRepAsFree(ptr ptr ptr)
|
||||||
@ stub NdrXmitOrRepAsMarshall
|
@ stdcall NdrXmitOrRepAsMarshall(ptr ptr ptr)
|
||||||
@ stub NdrXmitOrRepAsMemorySize
|
@ stdcall NdrXmitOrRepAsMemorySize(ptr ptr)
|
||||||
@ stub NdrXmitOrRepAsUnmarshall
|
@ stdcall NdrXmitOrRepAsUnmarshall(ptr ptr ptr long)
|
||||||
@ stub NdrpCreateProxy # wxp
|
@ stub NdrpCreateProxy # wxp
|
||||||
@ stub NdrpCreateStub # wxp
|
@ stub NdrpCreateStub # wxp
|
||||||
@ stub NdrpGetProcFormatString # wxp
|
@ stub NdrpGetProcFormatString # wxp
|
||||||
|
|
Loading…
Reference in New Issue