.Ole: basic support for conversion between ValueArray and Ole SAFEARRAY

git-svn-id: svn://ultimatepp.org/upp/trunk@2524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2010-07-11 15:34:12 +00:00
parent 23816d6aae
commit 2021b448a9
4 changed files with 60 additions and 8 deletions

View file

@ -557,7 +557,6 @@ HRESULT OcxTypeLib::Unregister()
return hr;
}
/*
#ifndef _USRDLL
HRESULT OcxTypeLib::RegisterObjects()
{
@ -586,7 +585,6 @@ void OcxTypeLib::RevokeObjects()
}
}
#endif
*/
HRESULT OcxTypeLib::GetFactory(REFCLSID rclsid, REFIID iid, void **ppv)
{
@ -686,7 +684,6 @@ STDAPI DllUnregisterServer()
}
#endif
/*
#ifndef _USRDLL
bool ExeRegisterServer()
{
@ -697,9 +694,7 @@ bool ExeRegisterServer()
return SUCCEEDED(hr);
}
#endif
*/
/*
#ifndef _USRDLL
bool ExeUnregisterServer()
{
@ -710,9 +705,7 @@ bool ExeUnregisterServer()
return SUCCEEDED(hr);
}
#endif
*/
/*
#ifndef _USRDLL
void ExeRunServer()
{
@ -731,9 +724,9 @@ void ExeRunServer()
DispatchMessage(&msg);
}
LOGSYSOCX("end of message loop");
OcxTypeLib::Get().RevokeObjects();
}
#endif
*/
END_UPP_NAMESPACE