|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| STDMETHODIMP | QueryInterface (REFIID InterfaceId, PVOID *Interface) |
| STDMETHODIMP_ (ULONG) AddRef() | |
| STDMETHODIMP_ (ULONG) Release() | |
| HRESULT STDMETHODCALLTYPE | GetPinID (ULONG *pulPinID) |
| HRESULT STDMETHODCALLTYPE | GetPinType (ULONG *pulPinType) |
| HRESULT STDMETHODCALLTYPE | RegistrationContext (ULONG *pulRegistrationCtx) |
| CBDAPinControl (HANDLE hFile, IBDA_NetworkProvider *pProvider, IPin *pConnectedPin, ULONG RegistrationCtx) | |
| virtual | ~CBDAPinControl () |
| HRESULT | GetPinID ([in, out] ULONG *pulPinID) |
| HRESULT | GetPinType ([in, out] ULONG *pulPinType) |
| HRESULT | RegistrationContext ([in, out] ULONG *pulRegistrationCtx) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Protected Attributes | |
| LONG | m_Ref |
| HANDLE | m_Handle |
| IBDA_NetworkProvider * | m_pProvider |
| IPin * | m_pConnectedPin |
| ULONG | m_RegistrationCtx |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 19 of file pincontrol.cpp.
|
inline |
Definition at line 45 of file pincontrol.cpp.
|
inlinevirtual |
Definition at line 46 of file pincontrol.cpp.
| HRESULT STDMETHODCALLTYPE CBDAPinControl::GetPinID | ( | ULONG * | pulPinID | ) |
Implements IBDA_PinControl.
Definition at line 87 of file pincontrol.cpp.
| HRESULT STDMETHODCALLTYPE CBDAPinControl::GetPinType | ( | ULONG * | pulPinType | ) |
Implements IBDA_PinControl.
Definition at line 112 of file pincontrol.cpp.
| HRESULT STDMETHODCALLTYPE CBDAPinControl::QueryInterface | ( | REFIID | InterfaceId, |
| PVOID * | Interface | ||
| ) |
Definition at line 62 of file pincontrol.cpp.
| HRESULT STDMETHODCALLTYPE CBDAPinControl::RegistrationContext | ( | ULONG * | pulRegistrationCtx | ) |
Implements IBDA_PinControl.
Definition at line 137 of file pincontrol.cpp.
|
inline |
Definition at line 24 of file pincontrol.cpp.
|
inline |
Definition at line 29 of file pincontrol.cpp.
|
protected |
Definition at line 54 of file pincontrol.cpp.
Referenced by GetPinID(), and GetPinType().
|
protected |
Definition at line 56 of file pincontrol.cpp.
|
protected |
Definition at line 55 of file pincontrol.cpp.
|
protected |
Definition at line 53 of file pincontrol.cpp.
Referenced by STDMETHODIMP_().
|
protected |
Definition at line 57 of file pincontrol.cpp.
Referenced by RegistrationContext().