📄 esricatalogui.tlh
字号:
VARIANT_BOOL * pOk ) = 0;
};
struct __declspec(uuid("055b2b9a-f2c9-11d2-9fc1-00c04f8ed211"))
IMetadataHelper : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Refresh (
struct IGxObject * ipObject ) = 0;
virtual HRESULT __stdcall put_Editor (
struct IUID * Editor ) = 0;
virtual HRESULT __stdcall get_Editor (
struct IUID * * Editor ) = 0;
virtual HRESULT __stdcall put_Stylesheet (
BSTR Name ) = 0;
virtual HRESULT __stdcall get_Stylesheet (
BSTR * Name ) = 0;
virtual HRESULT __stdcall put_DefaultStylesheet (
BSTR Name ) = 0;
virtual HRESULT __stdcall get_DefaultStylesheet (
BSTR * Name ) = 0;
virtual HRESULT __stdcall get_StylesheetPath (
BSTR * Name ) = 0;
virtual HRESULT __stdcall get_WebPagePath (
BSTR * Name ) = 0;
virtual HRESULT __stdcall put_SynchronizationOption (
enum esriSynchronizationOption option ) = 0;
virtual HRESULT __stdcall get_SynchronizationOption (
enum esriSynchronizationOption * option ) = 0;
virtual HRESULT __stdcall put_SynchronizationInterval (
long interval ) = 0;
virtual HRESULT __stdcall get_SynchronizationInterval (
long * interval ) = 0;
};
struct __declspec(uuid("43390ccd-5906-4c57-81fd-7a2f95a7a84e"))
IMetadataEvents : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall OnStylesheetChanged (
BSTR Stylesheet ) = 0;
};
struct __declspec(uuid("b1de27b1-d892-11d1-aa81-064342000000"))
GxDocumentationView;
// [ default ] interface IUnknown
// interface IGxView
// interface IGxDocumentationView
// interface IGxCatalogEvents
// interface IGxSelectionEvents
// interface IGxViewPrint
struct __declspec(uuid("055b2b99-f2c9-11d2-9fc1-00c04f8ed211"))
MetadataExtension;
// [ default ] interface IUnknown
// interface IExtension
// interface IMetadataHelper
// interface IPersistStream
// interface IConnectionPointContainer
// [ default, source ] interface IMetadataEvents
struct __declspec(uuid("b1c0a748-d6c7-4477-9c84-e83da6f60617"))
IXmlQuery : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall BuildExpressions ( ) = 0;
virtual HRESULT __stdcall get_NumExpressions (
int * Count ) = 0;
virtual HRESULT __stdcall GetExpression (
int index,
BSTR * Name ) = 0;
virtual HRESULT __stdcall get_IsAnd (
VARIANT_BOOL * IsAnd ) = 0;
virtual HRESULT __stdcall put_IsAnd (
VARIANT_BOOL IsAnd ) = 0;
};
struct __declspec(uuid("4ea3e4ec-9dfa-11d3-a6cb-0008c7d3ae50"))
IFileSystemQuery : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Location (
BSTR * Location ) = 0;
virtual HRESULT __stdcall put_Location (
BSTR Location ) = 0;
virtual HRESULT __stdcall get_IncludeSubFolders (
VARIANT_BOOL * IncludeSubFolders ) = 0;
virtual HRESULT __stdcall put_IncludeSubFolders (
VARIANT_BOOL IncludeSubFolders ) = 0;
};
struct __declspec(uuid("3155eef7-8734-43a5-87e7-62bd658363af"))
IArcIMSQuery : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_ContentType (
enum esriContentType * type ) = 0;
virtual HRESULT __stdcall put_ContentType (
enum esriContentType type ) = 0;
};
struct __declspec(uuid("52e909ba-552e-4ae2-87e7-9ed84c703d1e"))
IFindDialogSettings : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_BackgroundMap (
BSTR * pBackgroundMap ) = 0;
virtual HRESULT __stdcall put_BackgroundMap (
BSTR pBackgroundMap ) = 0;
};
struct __declspec(uuid("d18306a2-9d3c-11d3-a6cb-0008c7d3ae50"))
ISearchEngine : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Name (
BSTR * pName ) = 0;
virtual HRESULT __stdcall put_Enabled (
VARIANT_BOOL isEnabled ) = 0;
virtual HRESULT __stdcall get_Enabled (
VARIANT_BOOL * isEnabled ) = 0;
virtual HRESULT __stdcall putref_Query (
struct IQuery * _arg1 ) = 0;
virtual HRESULT __stdcall ExecuteAsynchronous ( ) = 0;
virtual HRESULT __stdcall Stop ( ) = 0;
virtual HRESULT __stdcall get_IsExecuting (
VARIANT_BOOL * IsExecuting ) = 0;
};
struct __declspec(uuid("b46f085c-db78-4862-a391-fcfdc92c62cb"))
ISearchEngineProperties : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Edit (
OLE_HANDLE parentHWnd ) = 0;
virtual HRESULT __stdcall Load (
struct IPropertySet * pPropertySet ) = 0;
virtual HRESULT __stdcall Save (
struct IPropertySet * pPropertySet ) = 0;
virtual HRESULT __stdcall get_LocationString (
BSTR * pLocation ) = 0;
virtual HRESULT __stdcall put_LocationString (
BSTR pLocation ) = 0;
};
struct __declspec(uuid("d18306a3-9d3c-11d3-a6cb-0008c7d3ae50"))
ISearchEngineEvents : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall ObjectFound (
struct IGxObject * anObject,
BSTR Location ) = 0;
virtual HRESULT __stdcall SearchFinished ( ) = 0;
virtual HRESULT __stdcall SearchFailed ( ) = 0;
virtual HRESULT __stdcall SearchCanceled ( ) = 0;
virtual HRESULT __stdcall SearchLocationChanged (
BSTR Location ) = 0;
};
struct __declspec(uuid("70e62545-d396-11d3-a6f3-0008c7d3ae50"))
IFindDialog : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Show (
VARIANT_BOOL bShow ) = 0;
virtual HRESULT __stdcall get_IsVisible (
VARIANT_BOOL * pVisible ) = 0;
virtual HRESULT __stdcall DoSearch (
struct IQuery * pQuery ) = 0;
virtual HRESULT __stdcall StopSearch ( ) = 0;
virtual HRESULT __stdcall Initialize (
struct IQuery * pQuery ) = 0;
virtual HRESULT __stdcall GetNumSearchEngines (
int * num ) = 0;
virtual HRESULT __stdcall GetSearchEngine (
int index,
struct ISearchEngine * * ppSearchEngine ) = 0;
};
struct __declspec(uuid("4ea3e4ea-9dfa-11d3-a6cb-0008c7d3ae50"))
FileSystemQuery;
// [ default ] interface IUnknown
// interface IQuery
// interface IXmlQuery
// interface IArcIMSQuery
// interface IFindDialogSettings
struct __declspec(uuid("d18306a4-9d3c-11d3-a6cb-0008c7d3ae50"))
FileSystemXmlSearchEngine;
// [ default ] interface IUnknown
// interface ISearchEngine
// interface ISearchEngineProperties
// interface IFileSystemQuery
// interface IConnectionPointContainer
// [ default, source ] interface ISearchEngineEvents
struct __declspec(uuid("2d9e0a39-9bcd-4313-9452-4c5e35318e7a"))
CatalogSearchEngine;
// [ default ] interface IUnknown
// interface ISearchEngine
// interface ISearchEngineProperties
// interface IConnectionPointContainer
// [ default, source ] interface ISearchEngineEvents
struct __declspec(uuid("ad0b37a9-d396-11d3-a6f3-0008c7d3ae50"))
FindDialog;
// [ default ] interface IUnknown
// interface IFindDialog
// interface ISearchEngineEvents
// interface IGxSelectionEvents
// interface IDllThreadManager
struct __declspec(uuid("cac7e0e9-bde5-4a18-a18f-92b6b0bf86f4"))
IAGSObjectAdminDialog : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall DoModalCreateServerObject (
OLE_HANDLE hParent,
struct IAGSServerConnectionName * pServerConnName,
struct IAGSObjectCreationProperties * * ppProps ) = 0;
};
struct __declspec(uuid("b2772436-4029-4b58-abd2-8e4ad62ea569"))
IAGSConnectionAdminDialog : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall DoModalCreateServerConnection (
OLE_HANDLE hParent,
VARIANT * selectedResources,
struct IAGSServerConnection * * ppServerConnection ) = 0;
virtual HRESULT __stdcall DoModalUpdateServerConnection (
OLE_HANDLE hParent,
VARIANT * selectedResources,
struct IGxAGSConnection * * ppGxAGSConn ) = 0;
};
struct __declspec(uuid("dfb425ab-5ebb-4a99-a215-b1bbfeb5f96a"))
AGSGeneralPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("6cf43581-586c-4da6-aca3-3a24766d69da"))
AGSMapParameterPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("00150f78-ff50-4bd4-aefb-7e85e63dd317"))
AGSGeocodeParameterPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("9cf979d8-f2a1-41d2-80aa-01ea5e2480e4"))
AGSProcessPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("e3fbb0f0-8ca9-45dd-aa17-e2197d452eb3"))
AGSPoolingPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("7f97972e-a634-4def-ad97-4b6c23a9ec25"))
AGSServerHostsPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("e432528b-c2ca-4955-b9af-5b2426fcc525"))
AGSServerDirsPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -