Argument | Type | Description |
pUnkOuter | IUnknown * | The controlling unknown of the aggregate in which the proxy is being created. |
iid | REFIID | The interface id which the proxy is being created to service, and of which an instance should be returned through ppv. |
ppProxy | IRpcProxyBuffer** | On exit, contains the new IRpcProxyBuffer instance. |
ppv | void ** | On exit, contains an interface pointer of type indicated by iid. |
return value | HRESULT | S_OK, E_OUTOFMEMORY, E_NOINTERFACE, E_UNEXPECTED, no others. |