Member Name | Value on entry to Invoke() |
reserved members | Indeterminate. These members are neither to be read nor to be changed by the stub. |
pvBuffer | Points to a buffer which contains the marshaled incoming arguments. In the case that there are no such arguments (for example, cbBuffer == 0), pvBuffer may be NULL, but will not necessarily be so. |
cbBuffer | The size in bytes of the memory buffer to which pvBuffer points. If pvBuffer is NULL, then cbBuffer will be zero (but the converse is not necessarily true, as was mentioned in pvBuffer). |
iMethod | The zero-based method number in the interface which is being invoked |
dataRepresentation | If NDR transfer syntax is being used, then this indicates the byte order, etc., according to which the data in pvBuffer has been marshaled. |
rpcFlags | Indeterminate. Neither to be read nor to be changed by the stub. |