ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ILockBytes Interface Reference

import "objidl.idl";

Inherits IUnknown.

Public Types

typedef ILockBytesLPLOCKBYTES

Public Member Functions

HRESULT ReadAt ([in] ULARGE_INTEGER ulOffset,[out, size_is(cb), length_is(*pcbRead)] void *pv,[in] ULONG cb,[out] ULONG *pcbRead)
HRESULT RemoteReadAt ([in] ULARGE_INTEGER ulOffset,[out, size_is(cb), length_is(*pcbRead)] byte *pv,[in] ULONG cb,[out] ULONG *pcbRead)
HRESULT WriteAt ([in] ULARGE_INTEGER ulOffset,[in, size_is(cb)] const void *pv,[in] ULONG cb,[out] ULONG *pcbWritten)
HRESULT RemoteWriteAt ([in] ULARGE_INTEGER ulOffset,[in, size_is(cb)] const byte *pv,[in] ULONG cb,[out] ULONG *pcbWritten)
HRESULT Flush ()
HRESULT SetSize ([in] ULARGE_INTEGER cb)
HRESULT LockRegion ([in] ULARGE_INTEGER libOffset,[in] ULARGE_INTEGER cb,[in] DWORD dwLockType)
HRESULT UnlockRegion ([in] ULARGE_INTEGER libOffset,[in] ULARGE_INTEGER cb,[in] DWORD dwLockType)
HRESULT Stat ([out] STATSTG *pstatstg,[in] DWORD grfStatFlag)

Detailed Description

Definition at line 1071 of file objidl.idl.


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

Generated on Sat May 26 2012 06:22:23 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.