|
| HRESULT | GetCustData ([in] REFGUID guid, [out] VARIANT *pVarVal) |
| |
| HRESULT | GetLibStatistics ([out] ULONG *pcUniqueNames, [out] ULONG *pcchUniqueNames) |
| |
| HRESULT | RemoteGetLibStatistics ([out] ULONG *pcUniqueNames, [out] ULONG *pcchUniqueNames) |
| |
| HRESULT | GetDocumentation2 ([in] INT index, [in] LCID lcid, [out] BSTR *pbstrHelpString, [out] DWORD *pdwHelpStringContext, [out] BSTR *pbstrHelpStringDll) |
| |
| HRESULT | RemoteGetDocumentation2 ([in] INT index, [in] LCID lcid, [in] DWORD refPtrFlags, [out] BSTR *pbstrHelpString, [out] DWORD *pdwHelpStringContext, [out] BSTR *pbstrHelpStringDll) |
| |
| HRESULT | GetAllCustData ([out] CUSTDATA *pCustData) |
| |
| UINT | GetTypeInfoCount () |
| |
| HRESULT | RemoteGetTypeInfoCount ([out] UINT *pcTInfo) |
| |
| HRESULT | GetTypeInfo ([in] UINT index, [out] ITypeInfo **ppTInfo) |
| |
| HRESULT | GetTypeInfoType ([in] UINT index, [out] TYPEKIND *pTKind) |
| |
| HRESULT | GetTypeInfoOfGuid ([in] REFGUID guid, [out] ITypeInfo **ppTinfo) |
| |
| HRESULT | GetLibAttr ([out] TLIBATTR **ppTLibAttr) |
| |
| HRESULT | RemoteGetLibAttr ([out] LPTLIBATTR *ppTLibAttr, [out] CLEANLOCALSTORAGE *pDummy) |
| |
| HRESULT | GetTypeComp ([out] ITypeComp **ppTComp) |
| |
| HRESULT | GetDocumentation ([in] INT index, [out] BSTR *pBstrName, [out] BSTR *pBstrDocString, [out] DWORD *pdwHelpContext, [out] BSTR *pBstrHelpFile) |
| |
| HRESULT | RemoteGetDocumentation ([in] INT index, [in] DWORD refPtrFlags, [out] BSTR *pBstrName, [out] BSTR *pBstrDocString, [out] DWORD *pdwHelpContext, [out] BSTR *pBstrHelpFile) |
| |
| HRESULT | IsName ([in, out] LPOLESTR szNameBuf, [in] ULONG lHashVal, [out] BOOL *pfName) |
| |
| HRESULT | RemoteIsName ([in] LPOLESTR szNameBuf, [in] ULONG lHashVal, [out] BOOL *pfName, [out] BSTR *pBstrLibName) |
| |
| HRESULT | FindName ([in, out] LPOLESTR szNameBuf, [in] ULONG lHashVal, [out, size_is(*pcFound), length_is(*pcFound)] ITypeInfo **ppTInfo, [out, size_is(*pcFound), length_is(*pcFound)] MEMBERID *rgMemId, [in, out] USHORT *pcFound) |
| |
| HRESULT | RemoteFindName ([in] LPOLESTR szNameBuf, [in] ULONG lHashVal, [out, size_is(*pcFound), length_is(*pcFound)] ITypeInfo **ppTInfo, [out, size_is(*pcFound), length_is(*pcFound)] MEMBERID *rgMemId, [in, out] USHORT *pcFound, [out] BSTR *pBstrLibName) |
| |
| void | ReleaseTLibAttr ([in] TLIBATTR *pTLibAttr) |
| |
| HRESULT | LocalReleaseTLibAttr () |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1114 of file oaidl.idl.