|
ReactOS 0.4.16-dev-1875-g3000d45
|

Go to the source code of this file.
Classes | |
| struct | _MARSHALLING_INFO |
| struct | _MARSHALLING |
Typedefs | |
| typedef struct _MARSHALLING_INFO | MARSHALLING_INFO |
| typedef struct _MARSHALLING | MARSHALLING |
Functions | |
| BOOL WINAPI | MarshallDownStructure (PVOID pStructure, const MARSHALLING_INFO *pInfo, DWORD cbStructureSize, BOOL bSomeBoolean) |
| BOOL WINAPI | MarshallDownStructuresArray (PVOID pStructuresArray, DWORD cElements, const MARSHALLING_INFO *pInfo, DWORD cbStructureSize, BOOL bSomeBoolean) |
| BOOL WINAPI | MarshallUpStructure (DWORD cbSize, PVOID pStructure, const MARSHALLING_INFO *pInfo, DWORD cbStructureSize, BOOL bSomeBoolean) |
| BOOL WINAPI | MarshallUpStructuresArray (DWORD cbSize, PVOID pStructuresArray, DWORD cElements, const MARSHALLING_INFO *pInfo, DWORD cbStructureSize, BOOL bSomeBoolean) |
| typedef struct _MARSHALLING MARSHALLING |
| typedef struct _MARSHALLING_INFO MARSHALLING_INFO |
| BOOL WINAPI MarshallDownStructure | ( | PVOID | pStructure, |
| const MARSHALLING_INFO * | pInfo, | ||
| DWORD | cbStructureSize, | ||
| BOOL | bSomeBoolean | ||
| ) |
Definition at line 38 of file marshalling.c.
Referenced by _RpcAddJob(), _RpcGetForm(), _RpcGetJob(), _RpcGetPrinter(), _RpcGetPrinterDriver(), _RpcGetPrinterDriver2(), MarshallDownStructuresArray(), and YGetPrinterDriver2().
| BOOL WINAPI MarshallDownStructuresArray | ( | PVOID | pStructuresArray, |
| DWORD | cElements, | ||
| const MARSHALLING_INFO * | pInfo, | ||
| DWORD | cbStructureSize, | ||
| BOOL | bSomeBoolean | ||
| ) |
Definition at line 91 of file marshalling.c.
Referenced by _RpcEnumForms(), _RpcEnumJobs(), _RpcEnumMonitors(), _RpcEnumPorts(), _RpcEnumPrinterDrivers(), _RpcEnumPrinters(), _RpcEnumPrintProcessorDatatypes(), _RpcEnumPrintProcessors(), and START_TEST().
| BOOL WINAPI MarshallUpStructure | ( | DWORD | cbSize, |
| PVOID | pStructure, | ||
| const MARSHALLING_INFO * | pInfo, | ||
| DWORD | cbStructureSize, | ||
| BOOL | bSomeBoolean | ||
| ) |
Definition at line 137 of file marshalling.c.
Referenced by AddJobW(), GetFormW(), GetJobW(), GetPrinterDriverW(), GetPrinterW(), and MarshallUpStructuresArray().
| BOOL WINAPI MarshallUpStructuresArray | ( | DWORD | cbSize, |
| PVOID | pStructuresArray, | ||
| DWORD | cElements, | ||
| const MARSHALLING_INFO * | pInfo, | ||
| DWORD | cbStructureSize, | ||
| BOOL | bSomeBoolean | ||
| ) |
Definition at line 202 of file marshalling.c.
Referenced by EnumFormsW(), EnumJobsW(), EnumMonitorsW(), EnumPortsW(), EnumPrinterDriversW(), EnumPrintersW(), EnumPrintProcessorDatatypesW(), EnumPrintProcessorsW(), and START_TEST().