Member Name | Value to initialize to |
reserved members | As always, reserved values must be initialized to zero / NULL. |
pvBuffer | Must be NULL. |
cbBuffer | The size in bytes that the channel should allocate for the buffer; that is, the maximum size in bytes needed to marshal the arguments. The interface proxy will have determined this information by considering the function signature and the particular argument values passed in.
It is explicitly legal to have this value be zero, indicating that that the caller does not himself require a memory buffer. |
iMethod | The zero-based method number in the interface iid which is being invoked |
dataRepresentation | If NDR transfer syntax is being used, then this indicates the byte order, etc., by which the caller will marshal data into the returned buffer. |
rpcFlags | Exact values to be listed here. |