ReactOS 0.4.16-dev-109-gf4cb10f
|
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 64 of file storage32.c.
ULONG TestLockBytes::buffer_size |
Definition at line 69 of file storage32.c.
BYTE* TestLockBytes::contents |
Definition at line 67 of file storage32.c.
ILockBytes TestLockBytes::ILockBytes_iface |
Definition at line 65 of file storage32.c.
Referenced by test_custom_lockbytes().
ULONG TestLockBytes::lock_called |
Definition at line 72 of file storage32.c.
Referenced by test_custom_lockbytes().
HRESULT TestLockBytes::lock_hr |
Definition at line 70 of file storage32.c.
Referenced by test_custom_lockbytes().
ULONG TestLockBytes::locks_supported |
Definition at line 71 of file storage32.c.
Referenced by test_custom_lockbytes().
LONG TestLockBytes::ref |
Definition at line 66 of file storage32.c.
ULONG TestLockBytes::size |
Definition at line 68 of file storage32.c.