|
HRESULT | SetOption ([in] REFGUID optionid, [in] const VARIANT *value) |
|
HRESULT | GetOption ([in] REFGUID optionid, [out] VARIANT *pvalue) |
|
HRESULT | OpenScopeOnITypeInfo ([in] ITypeInfo *pITI, [in] DWORD dwOpenFlags, [in] REFIID riid, [out] IUnknown **ppIUnk) |
|
HRESULT | GetCORSystemDirectory ([out, size_is(cchBuffer)] LPWSTR szBuffer, [in] DWORD cchBuffer, [out] DWORD *pchBuffer) |
|
HRESULT | FindAssembly ([in] LPCWSTR szAppBase, [in] LPCWSTR szPrivateBin, [in] LPCWSTR szGlobalBin, [in] LPCWSTR szAssemblyName, [out, size_is(cchName)] LPWSTR szName, [in] ULONG cchName, [out] ULONG *pcName) |
|
HRESULT | FindAssemblyModule ([in] LPCWSTR szAppBase, [in] LPCWSTR szPrivateBin, [in] LPCWSTR szGlobalBin, [in] LPCWSTR szAssemblyName, [in] LPCWSTR szModuleName, [out, size_is(cchName)] LPWSTR szName, [in] ULONG cchName, [out] ULONG *pcName) |
|
HRESULT | DefineScope ([in] REFCLSID rclsid, [in] DWORD dwCreateFlags, [in] REFIID riid, [out] IUnknown **ppIUnk) |
|
HRESULT | OpenScope ([in] LPCWSTR szScope, [in] DWORD dwOpenFlags, [in] REFIID riid, [out] IUnknown **ppIUnk) |
|
HRESULT | OpenScopeOnMemory ([in] const void *pData, [in] ULONG cbData, [in] DWORD dwOpenFlags, [in] REFIID riid, [out] IUnknown **ppIUnk) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 61 of file cor.idl.