ReactOS 0.4.15-dev-7842-g558ab78
tagCStdStubBuffer Struct Reference

#include <rpcproxy.h>

Collaboration diagram for tagCStdStubBuffer:

Public Attributes

const IRpcStubBufferVtbl * lpVtbl
 
LONG RefCount
 
struct IUnknownpvServerObject
 
const struct ICallFactoryVtbl * pCallFactoryVtbl
 
const IIDpAsyncIID
 
struct IPSFactoryBufferpPSFactory
 

Detailed Description

Definition at line 108 of file rpcproxy.h.

Member Data Documentation

◆ lpVtbl

const IRpcStubBufferVtbl* tagCStdStubBuffer::lpVtbl

Definition at line 110 of file rpcproxy.h.

Referenced by test_CreateStub().

◆ pAsyncIID

const IID* tagCStdStubBuffer::pAsyncIID

Definition at line 114 of file rpcproxy.h.

◆ pCallFactoryVtbl

const struct ICallFactoryVtbl* tagCStdStubBuffer::pCallFactoryVtbl

Definition at line 113 of file rpcproxy.h.

◆ pPSFactory

struct IPSFactoryBuffer* tagCStdStubBuffer::pPSFactory

Definition at line 115 of file rpcproxy.h.

Referenced by test_CreateStub().

◆ pvServerObject

struct IUnknown* tagCStdStubBuffer::pvServerObject

Definition at line 112 of file rpcproxy.h.

Referenced by test_Connect(), test_CreateStub(), and test_Disconnect().

◆ RefCount

LONG tagCStdStubBuffer::RefCount

Definition at line 111 of file rpcproxy.h.

Referenced by test_CreateStub(), and test_Release().


The documentation for this struct was generated from the following file: