ReactOS 0.4.16-dev-2354-g16de117
TestLockBytes Struct Reference
Collaboration diagram for TestLockBytes:

Public Attributes

ILockBytes ILockBytes_iface
 
LONG ref
 
BYTEcontents
 
ULONG size
 
ULONG buffer_size
 
HRESULT lock_hr
 
ULONG locks_supported
 
ULONG lock_called
 

Detailed Description

Definition at line 57 of file storage32.c.

Member Data Documentation

◆ buffer_size

ULONG TestLockBytes::buffer_size

Definition at line 62 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ contents

BYTE* TestLockBytes::contents

Definition at line 60 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ ILockBytes_iface

ILockBytes TestLockBytes::ILockBytes_iface

Definition at line 58 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ lock_called

ULONG TestLockBytes::lock_called

Definition at line 65 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ lock_hr

HRESULT TestLockBytes::lock_hr

Definition at line 63 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ locks_supported

ULONG TestLockBytes::locks_supported

Definition at line 64 of file storage32.c.

Referenced by test_custom_lockbytes().

◆ ref

LONG TestLockBytes::ref

Definition at line 59 of file storage32.c.

◆ size

ULONG TestLockBytes::size

Definition at line 61 of file storage32.c.


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