|
||||
|
KeePass 2.x
Installation / Portability
Translations
Plugins
Compatibility / SxS
Application Policy
Auto-Type Obfuscation
Synchronization
Triggers
User Interface
Database Settings
Entry
Interface Options
Load/Save From/To URL
License
Features
Auto-Type
Command Line Options
Composite Master Key
Configuration
Field References
Import / Export
Integration
Multi-User
Password Generator
Placeholders
Repair Databases
Secure Edit Controls
Security
TAN Support
URL Field
Using Stored Passwords
Development
Customize (1.x)
Customize (2.x)
Scripting (2.x)
Creating Plugins (1.x)
Creating Plugins (2.x)
Key Providers (1.x)
Key Providers (2.x)
Donate
|
IKpAPI3.hGo to the documentation of this file.00001 /* 00002 Copyright (c) 2008-2012, Dominik Reichl 00003 All rights reserved. 00004 00005 Redistribution and use in source and binary forms, with or without 00006 modification, are permitted provided that the following conditions 00007 are met: 00008 00009 * Redistributions of source code must retain the above copyright 00010 notice, this list of conditions and the following disclaimer. 00011 * Redistributions in binary form must reproduce the above copyright 00012 notice, this list of conditions and the following disclaimer in 00013 the documentation and/or other materials provided with the 00014 distribution. 00015 00016 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 00017 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 00018 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 00019 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 00020 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 00021 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 00022 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00023 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00024 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 00025 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 00026 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00027 POSSIBILITY OF SUCH DAMAGE. 00028 */ 00029 00030 #ifndef ___IKPAPI3_H___ 00031 #define ___IKPAPI3_H___ 00032 00033 #pragma once 00034 00035 #include "../../SysDefEx.h" 00036 #include "IKpUnknown.h" 00037 #include "../../PwStructs.h" 00038 #include "IKpAPI2.h" 00039 00040 #pragma pack(1) 00041 00044 struct KP_DECL_INTERFACE("25BA9CB9-DE60-4076-AAD9-ABC74663A872") IKpAPI3 : 00045 public IKpAPI2 00046 { 00047 public: 00049 STDMETHOD_(BOOL, IsFileLocked)() = 0; 00050 00052 STDMETHOD(LockFile)(BOOL bLock) = 0; 00053 00054 STDMETHOD_(BOOL, IsFileReadOnly)() = 0; 00055 00056 STDMETHOD(NotifyUserActivity)() = 0; 00057 00058 STDMETHOD(ParseAndOpenUrlWithEntryInfo)(LPCTSTR lpUrl, PW_ENTRY* pEntry) = 0; 00059 00060 STDMETHOD_(BOOL, CanSort)() = 0; 00061 STDMETHOD(SortListIfAutoSort)() = 0; 00062 STDMETHOD(SortList)(DWORD dwByField, BOOL bAutoSortCall) = 0; 00063 00064 STDMETHOD(EntryListSaveView)() = 0; 00065 STDMETHOD(EntryListRestoreView)() = 0; 00066 00067 STDMETHOD(GroupTreeSaveView)(BOOL bSaveSelection) = 0; 00068 STDMETHOD(GroupTreeRestoreView)() = 0; 00069 00070 STDMETHOD_(BOOL, RemoveSearchGroup)() = 0; 00071 00072 STDMETHOD(UpdateTitleBar)() = 0; 00073 STDMETHOD(UpdateTrayIcon)() = 0; 00074 00077 STDMETHOD(UpdateGuiToManager)() = 0; 00078 00079 STDMETHOD(UpdateCachedGroupIDs)() = 0; 00080 00081 STDMETHOD_(BOOL, IsUnsafeAllowed)(HWND hWndParent) = 0; 00082 00083 STDMETHOD(Find)(DWORD dwFindGroupId) = 0; 00084 STDMETHOD(QuickFind)(LPCTSTR lpText) = 0; 00085 00086 STDMETHOD(ShowToolBar)(BOOL bShow) = 0; 00087 00088 STDMETHOD_(UINT, GetControlMessageID)() = 0; 00089 00090 STDMETHOD_(BOOL, IsInMiniMode)() = 0; 00091 }; 00092 00093 #pragma pack() 00094 00095 #endif // ___IKPAPI3_H___ Documentation generated with
Doxygen.
|
![]()
|
||
KeePass is OSI Certified Open Source Software Copyright © 2003-2012 Dominik Reichl, [Legal Contact / Imprint] [Disclaimer] [Acknowledgements] [Donate], Downloads hosted at |
||||
KeePass Help Center
KeePass Home
Downloads
Translations
Plugins
Help Center Home
Forums
Awards
Search

