windows-headers v1.0.4 (2020-02-09T01:19:06Z)
Dub
Repo
IClassFactory
windows
unknwn
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
nothrow extern (
Windows
)
interface
IClassFactory :
IUnknown
{
HRESULT
CreateInstance
(IUnknown UnkOuter, IID* riid, void** pvObject);
HRESULT
LockServer
(BOOL fLock);
}
Members
Functions
CreateInstance
HRESULT
CreateInstance
(IUnknown UnkOuter, IID* riid, void** pvObject)
Undocumented in source.
LockServer
HRESULT
LockServer
(BOOL fLock)
Undocumented in source.
Inherited Members
From IUnknown
QueryInterface
HRESULT
QueryInterface
(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG
AddRef
()
Undocumented in source.
Release
ULONG
Release
()
Undocumented in source.
Meta
Source
See Implementation
windows
unknwn
aliases
LPCLASSFACTORY
LPUNKNOWN
functions
MIDL_user_allocate
MIDL_user_free
interfaces
IClassFactory
IUnknown