public class IClassFactory extends IUnknown
Constructor and Description |
---|
IClassFactory() |
Modifier and Type | Method and Description |
---|---|
<I extends IUnknown> |
CreateInstance(Class<I> type) |
int |
CreateInstance(Pointer<IUnknown> pUnkOuter,
Pointer<Byte> riid,
Pointer<Pointer<IUnknown>> ppvObject)
Deprecated.
|
int |
LockServer(boolean fLock) |
AddRef, QueryInterface, QueryInterface, Release, wrap
offsetOfField, toString
clone, equals
public IClassFactory()
@Deprecated public int CreateInstance(Pointer<IUnknown> pUnkOuter, Pointer<Byte> riid, Pointer<Pointer<IUnknown>> ppvObject)
public <I extends IUnknown> I CreateInstance(Class<I> type)
public int LockServer(boolean fLock)
Copyright © 2009-2020. All Rights Reserved.