|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ILockBytes | |
| com.jniwrapper.win32.stg | The com.jniwrapper.win32.stg package contains a number of commonly used
interfaces from the Structured Storage API. |
| com.jniwrapper.win32.stg.impl | The com.jniwrapper.win32.stg.impl package contains default client implementations
of COM interfaces introduced in the com.jniwrapper.win32.stg package. |
| Uses of ILockBytes in com.jniwrapper.win32.stg |
| Methods in com.jniwrapper.win32.stg that return ILockBytes | |
static ILockBytes |
StorageFunctions.createILockBytesOnHGlobal(GlobalMemoryBlock global,
boolean deleteOnRelease)
Creates a byte array object that allows you to use global memory as the physical device underneath a compound file implementation. |
| Methods in com.jniwrapper.win32.stg with parameters of type ILockBytes | |
static GlobalMemoryBlock |
StorageFunctions.getGlobalFromILockBytes(ILockBytes lockBytes)
Retrieves a global memory handle to a byte array object created using the CreateILockBytesOnHGlobal function. |
static IStorage |
StorageFunctions.stgCreateDocfileOnILockBytes(ILockBytes plkbyt,
StgMode grfMode,
Int32 reserved)
|
static IStorage |
StorageFunctions.stgOpenStorageOnILockBytes(ILockBytes plkbyt,
IStorage pstgPriority,
StgMode grfMode,
BStr snbExclude,
Int32 reserved)
|
static Int32 |
StorageFunctions.stgIsStorageILockBytes(ILockBytes plkbyt)
|
| Uses of ILockBytes in com.jniwrapper.win32.stg.impl |
| Classes in com.jniwrapper.win32.stg.impl that implement ILockBytes | |
class |
ILockBytesImpl
Represents COM interface ILockBytes. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||