NdrInterfacePointerMarshall function
The NdrInterfacePointerMarshall function marshals the interface pointer into a network buffer to be sent to the server.
Syntax
RPCRTAPI unsigned char* RPC_ENTRY NdrInterfacePointerMarshall( _Inout_ PMIDL_STUB_MESSAGE pStubMsg, _In_ unsigned char *pMemory, _In_ PFORMAT_STRING pFormat );
Parameters
- pStubMsg [in, out]
-
Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. This structure is for internal use only and should not be modified.
- pMemory [in]
-
Pointer to the interface pointer to be marshaled.
- pFormat [in]
-
Pointer to the format string description.
Return value
Returns null upon success. If an error occurs, the function throws one of the following exception codes. In addition, the function can throw exception codes from CoMarshalInterface.
| Error | Description |
|---|---|
| STATUS_ACCESS_VIOLATION | An access violation occurred. |
| RPC_S_INTERNAL_ERROR | An error occurred in RPC. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|