?? esrigeodatabaseui.tlh
字號:
struct __declspec(uuid("4ffea595-65d7-431a-a102-f8377402dc88"))
ICalculatorCallback : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Status (
long rowsWritten,
VARIANT_BOOL lastStatus,
VARIANT_BOOL * pAbort ) = 0;
virtual HRESULT __stdcall CalculatorError (
long rowID,
VARIANT_BOOL bHasOID,
enum esriCalculatorErrorType errorType,
VARIANT_BOOL bShowPrompt,
BSTR errorMsg,
VARIANT_BOOL * pAbort ) = 0;
virtual HRESULT __stdcall CalculatorWarning (
long rowID,
VARIANT_BOOL bHasOID,
enum esriCalculatorErrorType errorType,
BSTR errorMsg ) = 0;
};
enum esriCalculatorErrorType
{
esriCalculatorErrorNoScript = 0,
esriCalculatorErrorParse = 1,
esriCalculatorErrorCode = 2,
esriCalculatorErrorEmptyVal = 3,
esriCalculatorErrorPutValue = 4,
esriCalculatorErrorStore = 5,
esriCalculatorErrorAllEmptyVal = 6
};
struct __declspec(uuid("309194d6-cceb-11d2-9f24-00c04f6bc886"))
ICalculatorUI : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall putref_Table (
struct ITable * _arg1 ) = 0;
virtual HRESULT __stdcall putref_SelectionSet (
struct ISelectionSet * _arg1 ) = 0;
virtual HRESULT __stdcall putref_QueryFilter (
struct IQueryFilter * _arg1 ) = 0;
virtual HRESULT __stdcall putref_Callback (
struct ITableDataCallback * _arg1 ) = 0;
virtual HRESULT __stdcall put_Field (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall DoModal (
OLE_HANDLE parentWindow,
struct IEnvelope * * ppStoredExtent ) = 0;
};
struct __declspec(uuid("504996e3-9abe-4a42-847d-39d641b7fd41"))
ICalculatorUI2 : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall putref_Table (
struct ITable * _arg1 ) = 0;
virtual HRESULT __stdcall putref_SelectionSet (
struct ISelectionSet * _arg1 ) = 0;
virtual HRESULT __stdcall putref_QueryFilter (
struct IQueryFilter * _arg1 ) = 0;
virtual HRESULT __stdcall putref_Callback (
struct ITableDataCallback * _arg1 ) = 0;
virtual HRESULT __stdcall put_Field (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall DoModal (
OLE_HANDLE parentWindow,
struct IEnvelope * * ppStoredExtent ) = 0;
virtual HRESULT __stdcall put_PreExpression (
BSTR pPreExpression ) = 0;
virtual HRESULT __stdcall get_PreExpression (
BSTR * pPreExpression ) = 0;
virtual HRESULT __stdcall put_Expression (
BSTR pExpression ) = 0;
virtual HRESULT __stdcall get_Expression (
BSTR * pExpression ) = 0;
};
struct __declspec(uuid("8f3e794a-ef0b-43ca-9de4-34dec440aaa5"))
ICalculatorUIJoinSettings : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall put_FireRowEventsForJoins (
VARIANT_BOOL _arg1 ) = 0;
};
struct __declspec(uuid("d676066e-38ca-429a-b846-da7a8446c52d"))
Calculator;
// [ default ] interface IUnknown
// interface ICalculator
struct __declspec(uuid("309194d7-cceb-11d2-9f24-00c04f6bc886"))
CalculatorUI;
// [ default ] interface IUnknown
// interface ICalculatorUI
// interface ICalculatorUI2
// interface ICalculatorUIJoinSettings
struct __declspec(uuid("0a8c43b8-79ec-40e2-915a-d01050aff244"))
CalculatorCallback;
// [ default ] interface IUnknown
// interface ICalculatorCallback
struct __declspec(uuid("750d8191-e0b5-11d2-99bf-0000f80372b4"))
GNWeightsPropPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("750d8192-e0b5-11d2-99bf-0000f80372b4"))
GNNamePropPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("750d8193-e0b5-11d2-99bf-0000f80372b4"))
GNConnectivityRulesPropPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
struct __declspec(uuid("c315fc73-705a-11d2-a07e-0000f8775bf9"))
IQueryPropertyPage : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall put_ExpressionLabel (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall putref_Table (
struct ITable * _arg1 ) = 0;
virtual HRESULT __stdcall put_Expression (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall get_QueryFilter (
struct IQueryFilter * * ppQueryFilter ) = 0;
virtual HRESULT __stdcall putref_Callback (
struct ITableDataCallback * _arg1 ) = 0;
};
struct __declspec(uuid("813c9eec-5d9d-40c8-918c-6725a73eef10"))
IQueryPropertyPage2 : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall put_ExpressionLabel (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall putref_Table (
struct ITable * _arg1 ) = 0;
virtual HRESULT __stdcall put_Expression (
BSTR _arg1 ) = 0;
virtual HRESULT __stdcall get_QueryFilter (
struct IQueryFilter * * ppQueryFilter ) = 0;
virtual HRESULT __stdcall putref_Callback (
struct ITableDataCallback * _arg1 ) = 0;
virtual HRESULT __stdcall FreeCursors ( ) = 0;
};
struct __declspec(uuid("7ff5459f-6f59-11d2-a07e-0000f8775bf9"))
QueryPropertyPage;
// [ default ] interface IUnknown
// interface IQueryPropertyPage
// interface IPropertyPage
// interface IQueryPropertyPage2
// interface IComPropertyPage
// interface IComPropertyPage2
// interface IPropertyPageContext
struct __declspec(uuid("fb895241-121e-11d3-80ba-0080c7625171"))
IVersionManager : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall DoModal (
struct IVersionedWorkspace * vw ) = 0;
};
struct __declspec(uuid("fb895243-121e-11d3-80ba-0080c7625171"))
INewVersionDialog : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall DoModal (
VARIANT_BOOL * okPressed ) = 0;
virtual HRESULT __stdcall get_VersionName (
BSTR * VersionName ) = 0;
virtual HRESULT __stdcall get_VersionDescription (
BSTR * VersionDescription ) = 0;
virtual HRESULT __stdcall get_VersionAccess (
enum esriVersionAccess * VersionAccess ) = 0;
};
struct __declspec(uuid("2f6252b5-9401-492e-81f8-47b795a3f5cf"))
IVersionManagerEvents : IUnknown
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall OnVersionRenamed (
struct IVersion * vers ) = 0;
virtual HRESULT __stdcall OnVersionDeleted (
struct IVersion * vers ) = 0;
virtual HRESULT __stdcall OnVersionCreated (
struct IVersion * vers ) = 0;
};
struct __declspec(uuid("fb895240-121e-11d3-80ba-0080c7625171"))
VersionManager;
// [ default ] interface IUnknown
// interface IVersionManager
// interface IConnectionPointContainer
// [ default, source ] interface IVersionManagerEvents
struct __declspec(uuid("fb895242-121e-11d3-80ba-0080c7625171"))
NewVersionDialog;
// [ default ] interface IUnknown
// interface INewVersionDialog
struct __declspec(uuid("0224f7bd-f736-11d2-9f2e-00c04f6bc979"))
VersioningGeneralPropertyPage;
// [ default ] interface IUnknown
// interface IPropertyPage
// interface IPropertyPageContext
// interface IComPropertyPage
// interface IComPropertyPage2
//
// Named GUID constants initializations
//
extern "C" const GUID __declspec(selectany) LIBID_esriGeoDatabaseUI =
{0x4a9c9ed7,0xf7db,0x4614,{0xb4,0x80,0xa5,0xd2,0x65,0xc9,0x61,0xfc}};
extern "C" const GUID __declspec(selectany) IID_ITableCharacteristics =
{0xbb16ff23,0xf083,0x4191,{0xb9,0x21,0x62,0x91,0xca,0x3b,0x51,0x2f}};
extern "C" const GUID __declspec(selectany) IID_ITableDataCallback =
{0xdf4fb24a,0xfd07,0x11d2,{0x9f,0x4c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableViewCallback =
{0x22488807,0xbc7b,0x11d2,{0x9f,0x23,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableViewInfo =
{0x0f25f47c,0x657a,0x11d3,{0x9f,0x6c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableSelectionColor =
{0xb1d2fcec,0xf7b9,0x4b77,{0xb8,0xfd,0x34,0x25,0x77,0x2f,0x6a,0xd8}};
extern "C" const GUID __declspec(selectany) IID_ITableView =
{0x11b27696,0xac0e,0x11d2,{0xa0,0x8c,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
extern "C" const GUID __declspec(selectany) IID_ITableViewOutput =
{0x2daf7bfc,0x0d1f,0x47cd,{0xb9,0xd5,0xd3,0x34,0xd3,0x00,0xcc,0xa6}};
extern "C" const GUID __declspec(selectany) IID_ITableView2 =
{0xb68cffcb,0xa325,0x4bd0,{0xba,0x35,0x33,0xa5,0x10,0x12,0xb0,0x25}};
extern "C" const GUID __declspec(selectany) IID_ITableViewTableFields =
{0xedd9326b,0xe6df,0x11d3,{0xad,0xec,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
extern "C" const GUID __declspec(selectany) IID_ITableControlInfo =
{0x071b47f3,0x293e,0x4868,{0xba,0xc9,0x98,0x6b,0x55,0xf4,0xc0,0xd8}};
extern "C" const GUID __declspec(selectany) IID_ITableControl =
{0x38cdb63f,0xbfad,0x11d2,{0x9f,0x23,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableControl2 =
{0x6831ecbd,0x4264,0x4bef,{0x82,0xe6,0xa6,0x31,0x1a,0x0b,0x4f,0xa0}};
extern "C" const GUID __declspec(selectany) IID_ITableControl3 =
{0x1e5471d9,0x7f04,0x4479,{0x97,0xab,0x57,0x6a,0x12,0xa7,0xcb,0x9c}};
extern "C" const GUID __declspec(selectany) IID_ITableControlWidth =
{0xb74c691e,0xc7af,0x11d3,{0x9f,0x80,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableDataCallback2 =
{0xf3001283,0x847b,0x44f4,{0xa1,0x4a,0x22,0xcd,0x00,0x17,0xd7,0x9a}};
extern "C" const GUID __declspec(selectany) IID_IExportOperation =
{0x4147a361,0xefc4,0x11d3,{0xa0,0xa4,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
extern "C" const GUID __declspec(selectany) IID_IDefaultTableProperty =
{0x4657d94f,0x5ffb,0x11d3,{0x9f,0x6c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ITableCalculator =
{0x1c1b8ce1,0xd23b,0x4ede,{0x9a,0x0e,0x2f,0x65,0xaf,0x61,0xf1,0xd1}};
extern "C" const GUID __declspec(selectany) IID_ITableViewEvents =
{0xeafde0df,0x251d,0x4936,{0xaa,0xa7,0x0a,0xf6,0xd4,0xdb,0xd6,0x85}};
extern "C" const GUID __declspec(selectany) CLSID_TableViewEventsHelper =
{0x1093852b,0x08fc,0x4729,{0x99,0xe7,0xa2,0x8b,0xfe,0xc3,0x2d,0x5c}};
extern "C" const GUID __declspec(selectany) CLSID_TableView =
{0x11b27697,0xac0e,0x11d2,{0xa0,0x8c,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
extern "C" const GUID __declspec(selectany) CLSID_ExportOperation =
{0x4147a362,0xefc4,0x11d3,{0xa0,0xa4,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
extern "C" const GUID __declspec(selectany) IID_ICalculator =
{0x28232c3a,0xd7d8,0x450c,{0xa1,0xda,0x9c,0x1e,0xf5,0xa5,0xa1,0x75}};
extern "C" const GUID __declspec(selectany) IID_ICalculatorCallback =
{0x4ffea595,0x65d7,0x431a,{0xa1,0x02,0xf8,0x37,0x74,0x02,0xdc,0x88}};
extern "C" const GUID __declspec(selectany) IID_ICalculatorUI =
{0x309194d6,0xcceb,0x11d2,{0x9f,0x24,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) IID_ICalculatorUI2 =
{0x504996e3,0x9abe,0x4a42,{0x84,0x7d,0x39,0xd6,0x41,0xb7,0xfd,0x41}};
extern "C" const GUID __declspec(selectany) IID_ICalculatorUIJoinSettings =
{0x8f3e794a,0xef0b,0x43ca,{0x9d,0xe4,0x34,0xde,0xc4,0x40,0xaa,0xa5}};
extern "C" const GUID __declspec(selectany) CLSID_Calculator =
{0xd676066e,0x38ca,0x429a,{0xb8,0x46,0xda,0x7a,0x84,0x46,0xc5,0x2d}};
extern "C" const GUID __declspec(selectany) CLSID_CalculatorUI =
{0x309194d7,0xcceb,0x11d2,{0x9f,0x24,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
extern "C" const GUID __declspec(selectany) CLSID_CalculatorCallback =
{0x0a8c43b8,0x79ec,0x40e2,{0x91,0x5a,0xd0,0x10,0x50,0xaf,0xf2,0x44}};
extern "C" const GUID __declspec(selectany) CLSID_GNWeightsPropPage =
{0x750d8191,0xe0b5,0x11d2,{0x99,0xbf,0x00,0x00,0xf8,0x03,0x72,0xb4}};
extern "C" const GUID __declspec(selectany) CLSID_GNNamePropPage =
{0x750d8192,0xe0b5,0x11d2,{0x99,0xbf,0x00,0x00,0xf8,0x03,0x72,0xb4}};
extern "C" const GUID __declspec(selectany) CLSID_GNConnectivityRulesPropPage =
{0x750d8193,0xe0b5,0x11d2,{0x99,0xbf,0x00,0x00,0xf8,0x03,0x72,0xb4}};
extern "C" const GUID __declspec(selectany) IID_IQueryPropertyPage =
{0xc315fc73,0x705a,0x11d2,{0xa0,0x7e,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
extern "C" const GUID __declspec(selectany) IID_IQueryPropertyPage2 =
{0x813c9eec,0x5d9d,0x40c8,{0x91,0x8c,0x67,0x25,0xa7,0x3e,0xef,0x10}};
extern "C" const GUID __declspec(selectany) CLSID_QueryPropertyPage =
{0x7ff5459f,0x6f59,0x11d2,{0xa0,0x7e,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
extern "C" const GUID __declspec(selectany) IID_IVersionManager =
{0xfb895241,0x121e,0x11d3,{0x80,0xba,0x00,0x80,0xc7,0x62,0x51,0x71}};
extern "C" const GUID __declspec(selectany) IID_INewVersionDialog =
{0xfb895243,0x121e,0x11d3,{0x80,0xba,0x00,0x80,0xc7,0x62,0x51,0x71}};
extern "C" const GUID __declspec(selectany) IID_IVersionManagerEvents =
{0x2f6252b5,0x9401,0x492e,{0x81,0xf8,0x47,0xb7,0x95,0xa3,0xf5,0xcf}};
extern "C" const GUID __declspec(selectany) CLSID_VersionManager =
{0xfb895240,0x121e,0x11d3,{0x80,0xba,0x00,0x80,0xc7,0x62,0x51,0x71}};
extern "C" const GUID __declspec(selectany) CLSID_NewVersionDialog =
{0xfb895242,0x121e,0x11d3,{0x80,0xba,0x00,0x80,0xc7,0x62,0x51,0x71}};
extern "C" const GUID __declspec(selectany) CLSID_VersioningGeneralPropertyPage =
{0x0224f7bd,0xf736,0x11d2,{0x9f,0x2e,0x00,0xc0,0x4f,0x6b,0xc9,0x79}};
#pragma pack(pop)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -