ReactOS 0.4.15-dev-7918-g2a2556c
bsc_t Struct Reference
Collaboration diagram for bsc_t:

Public Attributes

IBindStatusCallback IBindStatusCallback_iface
 
LONG ref
 
voidobj
 
HRESULT(* onDataAvailable )(void *, char *, DWORD)
 
IBindingbinding
 
IStreammemstream
 
HRESULT hres
 

Detailed Description

Definition at line 46 of file bsc.c.

Member Data Documentation

◆ binding

IBinding* bsc_t::binding

Definition at line 54 of file bsc.c.

◆ hres

HRESULT bsc_t::hres

Definition at line 56 of file bsc.c.

◆ IBindStatusCallback_iface

IBindStatusCallback bsc_t::IBindStatusCallback_iface

Definition at line 47 of file bsc.c.

◆ memstream

IStream* bsc_t::memstream

Definition at line 55 of file bsc.c.

◆ obj

void* bsc_t::obj

Definition at line 51 of file bsc.c.

◆ onDataAvailable

HRESULT(* bsc_t::onDataAvailable) (void *, char *, DWORD)

Definition at line 52 of file bsc.c.

◆ ref

LONG bsc_t::ref

Definition at line 49 of file bsc.c.


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