IKpAPI3 Struct Reference
KeePass API for plugins, provides access to all objects in KeePass (singletons, instantiable objects, utility method classes, etc).
More...
#include <IKpAPI3.h>
List of all members.
Detailed Description
KeePass API for plugins, provides access to all objects in KeePass (singletons, instantiable objects, utility method classes, etc).
Member Function Documentation
| virtual BOOL IKpAPI3::CanSort |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::EntryListRestoreView |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::EntryListSaveView |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::Find |
( |
DWORD |
dwFindGroupId |
) |
[pure virtual] |
| virtual UINT IKpAPI3::GetControlMessageID |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::GroupTreeRestoreView |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::GroupTreeSaveView |
( |
BOOL |
bSaveSelection |
) |
[pure virtual] |
| virtual BOOL IKpAPI3::IsFileLocked |
( |
|
) |
[pure virtual] |
Get whether the current file/workspace is locked or not.
| virtual BOOL IKpAPI3::IsFileReadOnly |
( |
|
) |
[pure virtual] |
| virtual BOOL IKpAPI3::IsInMiniMode |
( |
|
) |
[pure virtual] |
| virtual BOOL IKpAPI3::IsUnsafeAllowed |
( |
HWND |
hWndParent |
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::LockFile |
( |
BOOL |
bLock |
) |
[pure virtual] |
Lock or unlock the workspace.
| virtual HRESULT IKpAPI3::NotifyUserActivity |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::ParseAndOpenUrlWithEntryInfo |
( |
LPCTSTR |
lpUrl, |
|
|
PW_ENTRY * |
pEntry | |
|
) |
| | [pure virtual] |
| virtual HRESULT IKpAPI3::QuickFind |
( |
LPCTSTR |
lpText |
) |
[pure virtual] |
| virtual BOOL IKpAPI3::RemoveSearchGroup |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::ShowToolBar |
( |
BOOL |
bShow |
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::SortList |
( |
DWORD |
dwByField, |
|
|
BOOL |
bAutoSortCall | |
|
) |
| | [pure virtual] |
| virtual HRESULT IKpAPI3::SortListIfAutoSort |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::UpdateCachedGroupIDs |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::UpdateGuiToManager |
( |
|
) |
[pure virtual] |
Save various view parameters (last selected group and entry, .
..) into the database.
| virtual HRESULT IKpAPI3::UpdateTitleBar |
( |
|
) |
[pure virtual] |
| virtual HRESULT IKpAPI3::UpdateTrayIcon |
( |
|
) |
[pure virtual] |
The documentation for this struct was generated from the following file: