⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msoutl.tlh

📁 自动传真系统
💻 TLH
📖 第 1 页 / 共 5 页
字号:
    virtual HRESULT __stdcall get_ID (
        BSTR * ID ) = 0;
    virtual HRESULT __stdcall get_Manager (
        struct AddressEntry * * Manager ) = 0;
    virtual HRESULT __stdcall get_MAPIOBJECT (
        IUnknown * * MAPIOBJECT ) = 0;
    virtual HRESULT __stdcall put_MAPIOBJECT (
        IUnknown * MAPIOBJECT ) = 0;
    virtual HRESULT __stdcall get_Members (
        struct AddressEntries * * Members ) = 0;
    virtual HRESULT __stdcall get_Name (
        BSTR * Name ) = 0;
    virtual HRESULT __stdcall put_Name (
        BSTR Name ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * Type ) = 0;
    virtual HRESULT __stdcall put_Type (
        BSTR Type ) = 0;
    virtual HRESULT __stdcall Delete ( ) = 0;
    virtual HRESULT __stdcall Details (
        VARIANT HWnd = vtMissing ) = 0;
    virtual HRESULT __stdcall GetFreeBusy (
        DATE Start,
        long MinPerChar,
        VARIANT CompleteFormat,
        BSTR * FreeBusyInfo ) = 0;
    virtual HRESULT __stdcall Update (
        VARIANT MakePermanent = vtMissing,
        VARIANT Refresh = vtMissing ) = 0;
    virtual HRESULT __stdcall UpdateFreeBusy ( ) = 0;
};

struct __declspec(uuid("0006304a-0000-0000-c000-000000000046"))
AddressEntries : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
    virtual HRESULT __stdcall Item (
        VARIANT Index,
        struct AddressEntry * * Item ) = 0;
    virtual HRESULT __stdcall get_RawTable (
        IUnknown * * RawTable ) = 0;
    virtual HRESULT __stdcall Add (
        BSTR Type,
        VARIANT Name,
        VARIANT Address,
        struct AddressEntry * * Entry ) = 0;
    virtual HRESULT __stdcall GetFirst (
        struct AddressEntry * * AddressEntry ) = 0;
    virtual HRESULT __stdcall GetLast (
        struct AddressEntry * * AddressEntry ) = 0;
    virtual HRESULT __stdcall GetNext (
        struct AddressEntry * * AddressEntry ) = 0;
    virtual HRESULT __stdcall GetPrevious (
        struct AddressEntry * * AddressEntry ) = 0;
    virtual HRESULT __stdcall Sort (
        VARIANT Property = vtMissing,
        VARIANT Order = vtMissing ) = 0;
};

struct __declspec(uuid("00063040-0000-0000-c000-000000000046"))
_Folders : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
    virtual HRESULT __stdcall Item (
        VARIANT Index,
        struct MAPIFolder * * Item ) = 0;
    virtual HRESULT __stdcall get_RawTable (
        IUnknown * * RawTable ) = 0;
    virtual HRESULT __stdcall Add (
        BSTR Name,
        VARIANT Type,
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall GetFirst (
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall GetLast (
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall GetNext (
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall GetPrevious (
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall Remove (
        long Index ) = 0;
};

struct __declspec(uuid("00063006-0000-0000-c000-000000000046"))
MAPIFolder : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_DefaultItemType (
        enum OlItemType * DefaultItemType ) = 0;
    virtual HRESULT __stdcall get_DefaultMessageClass (
        BSTR * DefaultMessageClass ) = 0;
    virtual HRESULT __stdcall get_Description (
        BSTR * Description ) = 0;
    virtual HRESULT __stdcall put_Description (
        BSTR Description ) = 0;
    virtual HRESULT __stdcall get_EntryID (
        BSTR * EntryID ) = 0;
    virtual HRESULT __stdcall get_Folders (
        struct _Folders * * Folders ) = 0;
    virtual HRESULT __stdcall get_Items (
        struct _Items * * Items ) = 0;
    virtual HRESULT __stdcall get_Name (
        BSTR * Name ) = 0;
    virtual HRESULT __stdcall put_Name (
        BSTR Name ) = 0;
    virtual HRESULT __stdcall get_StoreID (
        BSTR * StoreID ) = 0;
    virtual HRESULT __stdcall get_UnReadItemCount (
        long * UnReadItemCount ) = 0;
    virtual HRESULT __stdcall CopyTo (
        struct MAPIFolder * DestinationFolder,
        struct MAPIFolder * * Folder ) = 0;
    virtual HRESULT __stdcall Delete ( ) = 0;
    virtual HRESULT __stdcall Display ( ) = 0;
    virtual HRESULT __stdcall GetExplorer (
        VARIANT DisplayMode,
        struct _Explorer * * Explorer ) = 0;
    virtual HRESULT __stdcall MoveTo (
        struct MAPIFolder * DestinationFolder ) = 0;
    virtual HRESULT __stdcall get_UserPermissions (
        IDispatch * * UserPermissions ) = 0;
    virtual HRESULT __stdcall get_WebViewOn (
        VARIANT_BOOL * WebViewOn ) = 0;
    virtual HRESULT __stdcall put_WebViewOn (
        VARIANT_BOOL WebViewOn ) = 0;
    virtual HRESULT __stdcall get_WebViewURL (
        BSTR * WebViewURL ) = 0;
    virtual HRESULT __stdcall put_WebViewURL (
        BSTR WebViewURL ) = 0;
    virtual HRESULT __stdcall get_WebViewAllowNavigation (
        VARIANT_BOOL * WebViewAllowNavigation ) = 0;
    virtual HRESULT __stdcall put_WebViewAllowNavigation (
        VARIANT_BOOL WebViewAllowNavigation ) = 0;
    virtual HRESULT __stdcall AddToPFFavorites ( ) = 0;
    virtual HRESULT __stdcall get_AddressBookName (
        BSTR * AddressBookName ) = 0;
    virtual HRESULT __stdcall put_AddressBookName (
        BSTR AddressBookName ) = 0;
    virtual HRESULT __stdcall get_ShowAsOutlookAB (
        VARIANT_BOOL * ShowAsOutlookAB ) = 0;
    virtual HRESULT __stdcall put_ShowAsOutlookAB (
        VARIANT_BOOL ShowAsOutlookAB ) = 0;
    virtual HRESULT __stdcall get_FolderPath (
        BSTR * FolderPath ) = 0;
    virtual HRESULT __stdcall AddToFavorites (
        VARIANT fNoUI = vtMissing,
        VARIANT Name = vtMissing ) = 0;
    virtual HRESULT __stdcall get_InAppFolderSyncObject (
        VARIANT_BOOL * InAppFolderSyncObject ) = 0;
    virtual HRESULT __stdcall put_InAppFolderSyncObject (
        VARIANT_BOOL InAppFolderSyncObject ) = 0;
    virtual HRESULT __stdcall get_CurrentView (
        struct View * * CurrentView ) = 0;
    virtual HRESULT __stdcall get_CustomViewsOnly (
        VARIANT_BOOL * CustomViewsOnly ) = 0;
    virtual HRESULT __stdcall put_CustomViewsOnly (
        VARIANT_BOOL CustomViewsOnly ) = 0;
    virtual HRESULT __stdcall get_Views (
        struct _Views * * Views ) = 0;
    virtual HRESULT __stdcall get_MAPIOBJECT (
        IUnknown * * MAPIOBJECT ) = 0;
    virtual HRESULT __stdcall get_FullFolderPath (
        BSTR * FullFolderPath ) = 0;
    virtual HRESULT __stdcall get_IsSharePointFolder (
        VARIANT_BOOL * IsSharePointFolder ) = 0;
    virtual HRESULT __stdcall get_ShowItemCount (
        enum OlShowItemCount * ShowItemCount ) = 0;
    virtual HRESULT __stdcall put_ShowItemCount (
        enum OlShowItemCount ShowItemCount ) = 0;
};

struct __declspec(uuid("00063041-0000-0000-c000-000000000046"))
_Items : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
    virtual HRESULT __stdcall Item (
        VARIANT Index,
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall get_RawTable (
        IUnknown * * RawTable ) = 0;
    virtual HRESULT __stdcall get_IncludeRecurrences (
        VARIANT_BOOL * IncludeRecurrences ) = 0;
    virtual HRESULT __stdcall put_IncludeRecurrences (
        VARIANT_BOOL IncludeRecurrences ) = 0;
    virtual HRESULT __stdcall Add (
        VARIANT Type,
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall Find (
        BSTR Filter,
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall FindNext (
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall GetFirst (
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall GetLast (
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall GetNext (
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall GetPrevious (
        IDispatch * * Item ) = 0;
    virtual HRESULT __stdcall Remove (
        long Index ) = 0;
    virtual HRESULT __stdcall ResetColumns ( ) = 0;
    virtual HRESULT __stdcall Restrict (
        BSTR Filter,
        struct _Items * * Items ) = 0;
    virtual HRESULT __stdcall SetColumns (
        BSTR Columns ) = 0;
    virtual HRESULT __stdcall Sort (
        BSTR Property,
        VARIANT Descending = vtMissing ) = 0;
};

struct __declspec(uuid("00063003-0000-0000-c000-000000000046"))
_Explorer : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_CommandBars (
        struct _CommandBars * * CommandBars ) = 0;
    virtual HRESULT __stdcall get_CurrentFolder (
        struct MAPIFolder * * CurrentFolder ) = 0;
    virtual HRESULT __stdcall putref_CurrentFolder (
        struct MAPIFolder * CurrentFolder ) = 0;
    virtual HRESULT __stdcall Close ( ) = 0;
    virtual HRESULT __stdcall Display ( ) = 0;
    virtual HRESULT __stdcall get_Caption (
        BSTR * Caption ) = 0;
    virtual HRESULT __stdcall get_CurrentView (
        VARIANT * CurrentView ) = 0;
    virtual HRESULT __stdcall put_CurrentView (
        VARIANT CurrentView ) = 0;
    virtual HRESULT __stdcall get_Height (
        long * Height ) = 0;
    virtual HRESULT __stdcall put_Height (
        long Height ) = 0;
    virtual HRESULT __stdcall get_Left (
        long * Left ) = 0;
    virtual HRESULT __stdcall put_Left (
        long Left ) = 0;
    virtual HRESULT __stdcall get_Panes (
        struct Panes * * Panes ) = 0;
    virtual HRESULT __stdcall get_Selection (
        struct Selection * * Selection ) = 0;
    virtual HRESULT __stdcall get_Top (
        long * Top ) = 0;
    virtual HRESULT __stdcall put_Top (
        long Top ) = 0;
    virtual HRESULT __stdcall get_Width (
        long * Width ) = 0;
    virtual HRESULT __stdcall put_Width (
        long Width ) = 0;
    virtual HRESULT __stdcall get_WindowState (
        enum OlWindowState * WindowState ) = 0;
    virtual HRESULT __stdcall put_WindowState (
        enum OlWindowState WindowState ) = 0;
    virtual HRESULT __stdcall Activate ( ) = 0;
    virtual HRESULT __stdcall IsPaneVisible (
        enum OlPane Pane,
        VARIANT_BOOL * IsPaneVisible ) = 0;
    virtual HRESULT __stdcall ShowPane (
        enum OlPane Pane,
        VARIANT_BOOL Visible ) = 0;
    virtual HRESULT __stdcall get_Views (
        IDispatch * * Views ) = 0;
    virtual HRESULT __stdcall get_HTMLDocument (
        IDispatch * * HTMLDocument ) = 0;
    virtual HRESULT __stdcall SelectFolder (
        struct MAPIFolder * Folder ) = 0;
    virtual HRESULT __stdcall DeselectFolder (
        struct MAPIFolder * Folder ) = 0;
    virtual HRESULT __stdcall IsFolderSelected (
        struct MAPIFolder * Folder,
        VARIANT_BOOL * fIsSelected ) = 0;
};

struct __declspec(uuid("00063009-0000-0000-c000-000000000046"))
Panes : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
    virtual HRESULT __stdcall Item (
        VARIANT Index,
        IDispatch * * Item ) = 0;
};

struct __declspec(uuid("00063087-0000-0000-c000-000000000046"))
Selection : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Class (
        enum OlObjectClass * Class ) = 0;
    virtual HRESULT __stdcall get_Session (
        struct _NameSpace * * Session ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
    virtual HRESULT __stdcall Item (
        VARIANT Index,
        IDispatch * * Item ) = 0;
};

struct __declspec(uuid("00063095-0000-0000-c000-000000000046"))
View : IDispatch
{
    //
    // Raw methods provided by interface
    //

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -