#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "rpc.h"
#include "rpcndr.h"
Go to the source code of this file.
Typedefs |
| typedef unsigned char *WINAPI * | NDR_MARSHALL (PMIDL_STUB_MESSAGE, unsigned char *, PFORMAT_STRING) |
| typedef unsigned char *(WINAPI * | NDR_UNMARSHALL )(PMIDL_STUB_MESSAGE, unsigned char **, PFORMAT_STRING, unsigned char) |
| typedef void(WINAPI * | NDR_BUFFERSIZE )(PMIDL_STUB_MESSAGE, unsigned char *, PFORMAT_STRING) |
| typedef ULONG(WINAPI * | NDR_MEMORYSIZE )(PMIDL_STUB_MESSAGE, PFORMAT_STRING) |
| typedef unsigned char | PFORMAT_STRING |
Functions |
| PFORMAT_STRING | ComputeConformanceOrVariance (MIDL_STUB_MESSAGE *pStubMsg, unsigned char *pMemory, PFORMAT_STRING pFormat, ULONG_PTR def, ULONG_PTR *pCount) DECLSPEC_HIDDEN |
| static PFORMAT_STRING | ComputeConformance (PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, PFORMAT_STRING pFormat, ULONG def) |
| static PFORMAT_STRING | ComputeVariance (PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, PFORMAT_STRING pFormat, ULONG def) |
| typedef | void (WINAPI *NDR_FREE)(PMIDL_STUB_MESSAGE |
| ULONG | ComplexStructSize (PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat) DECLSPEC_HIDDEN |
Variables |
| const NDR_MARSHALL NdrMarshaller[] | DECLSPEC_HIDDEN |