ReactOS 0.4.15-dev-8096-ga0eec98
IPropDataImpl Struct Reference
Collaboration diagram for IPropDataImpl:

Public Attributes

IPropData IPropData_iface
 
LONG lRef
 
ALLOCATEBUFFER * lpAlloc
 
ALLOCATEMORE * lpMore
 
FREEBUFFER * lpFree
 
ULONG ulObjAccess
 
ULONG ulNumValues
 
struct list values
 
CRITICAL_SECTION cs
 

Detailed Description

Definition at line 1409 of file prop.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION IPropDataImpl::cs

Definition at line 1419 of file prop.c.

Referenced by CreateIProp().

◆ IPropData_iface

IPropData IPropDataImpl::IPropData_iface

Definition at line 1411 of file prop.c.

Referenced by CreateIProp().

◆ lpAlloc

ALLOCATEBUFFER* IPropDataImpl::lpAlloc

Definition at line 1413 of file prop.c.

Referenced by CreateIProp().

◆ lpFree

FREEBUFFER* IPropDataImpl::lpFree

Definition at line 1415 of file prop.c.

Referenced by CreateIProp().

◆ lpMore

ALLOCATEMORE* IPropDataImpl::lpMore

Definition at line 1414 of file prop.c.

Referenced by CreateIProp().

◆ lRef

LONG IPropDataImpl::lRef

Definition at line 1412 of file prop.c.

Referenced by CreateIProp().

◆ ulNumValues

ULONG IPropDataImpl::ulNumValues

Definition at line 1417 of file prop.c.

Referenced by CreateIProp().

◆ ulObjAccess

ULONG IPropDataImpl::ulObjAccess

Definition at line 1416 of file prop.c.

Referenced by CreateIProp().

◆ values

struct list IPropDataImpl::values

Definition at line 1418 of file prop.c.

Referenced by CreateIProp().


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