summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/rpcproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/rpcproxy.h')
-rw-r--r--winsup/w32api/include/rpcproxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/rpcproxy.h b/winsup/w32api/include/rpcproxy.h
index 5700e541a..d4fcce533 100644
--- a/winsup/w32api/include/rpcproxy.h
+++ b/winsup/w32api/include/rpcproxy.h
@@ -152,6 +152,10 @@ typedef struct tagCStdStubBuffer {
const struct IRpcStubBufferVtbl * lpVtbl;
long RefCount;
struct IUnknown *pvServerObject;
+ const struct ICallFactoryVtbl * pCallFactoryVtbl;
+ const IID * pAsyncIID;
+ struct IPSFactoryBuffer * pPSFactory;
+ const struct IReleaseMarshalBuffersVtbl * pRMBVtbl;
} CStdStubBuffer;
typedef struct tagCStdPSFactoryBuffer {
const IPSFactoryBufferVtbl *lpVtbl;