|
ReactOS 0.4.16-dev-2354-g16de117
|

Public Attributes | |
| ILockBytes | ILockBytes_iface |
| LONG | ref |
| BYTE * | contents |
| ULONG | size |
| ULONG | buffer_size |
| HRESULT | lock_hr |
| ULONG | locks_supported |
| ULONG | lock_called |
Definition at line 57 of file storage32.c.
| ULONG TestLockBytes::buffer_size |
Definition at line 62 of file storage32.c.
Referenced by test_custom_lockbytes().
| BYTE* TestLockBytes::contents |
Definition at line 60 of file storage32.c.
Referenced by test_custom_lockbytes().
| ILockBytes TestLockBytes::ILockBytes_iface |
Definition at line 58 of file storage32.c.
Referenced by test_custom_lockbytes().
| ULONG TestLockBytes::lock_called |
Definition at line 65 of file storage32.c.
Referenced by test_custom_lockbytes().
| HRESULT TestLockBytes::lock_hr |
Definition at line 63 of file storage32.c.
Referenced by test_custom_lockbytes().
| ULONG TestLockBytes::locks_supported |
Definition at line 64 of file storage32.c.
Referenced by test_custom_lockbytes().
| LONG TestLockBytes::ref |
Definition at line 59 of file storage32.c.
| ULONG TestLockBytes::size |
Definition at line 61 of file storage32.c.