KeePass Help Center
KeePass Home
|
Downloads
|
Translations
|
Plugins
|
Donate
Help Center Home
|
Forums
|
Awards
|
Links
KeePass Help Center
Help Center Home
Forums
First Steps Tutorial
Acknowledgements
KeePass 1.x
Installation / Portability
Translations
Plugins
Compatibility
Error Codes
License
KeePass 2.x
Installation / Portability
Translations
Plugins
Compatibility
Application Policy
Auto-Type Obfuscation
Synchronization
Triggers
XML Replace
User Interface:
Database Settings
Entry
Interface Options
Load/Save From/To URL
License
Features
Accessibility
Auto-Type
Command Line Options
Configuration
Field References
Import / Export
Integration
Master Key
Multiple Users
Password Generator
Placeholders
Repair Databases
Search
Secure Edit Controls
Security
TAN Support
URL Field
Using Stored Passwords
FAQs and Info
Administrative FAQ
Technical FAQ
Additional FAQ
Backup
Development
Customization (1.x)
Customization (2.x)
Scripting (2.x)
Creating Plugins (1.x)
Creating Plugins (2.x)
Key Providers (1.x)
Key Providers (2.x)
KDBX File Format
Support KeePass
Donate
SDK
KpSDK.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2008-2025 Dominik Reichl
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions
7
are met:
8
9
* Redistributions of source code must retain the above copyright
10
notice, this list of conditions and the following disclaimer.
11
* Redistributions in binary form must reproduce the above copyright
12
notice, this list of conditions and the following disclaimer in
13
the documentation and/or other materials provided with the
14
distribution.
15
16
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
19
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
20
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
21
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
POSSIBILITY OF SUCH DAMAGE.
28
*/
29
30
#ifndef ___KEEPASS_SDK_H___
31
#define ___KEEPASS_SDK_H___
32
33
#pragma once
34
35
#include "../SysDefEx.h"
36
37
#include <commctrl.h>
38
39
#include "
Details/KpDefs.h
"
40
#include "
Details/KpGuids.h
"
41
42
#include "
Details/IKpAPI.h
"
43
#include "
Details/IKpAPI2.h
"
44
#include "
Details/IKpAPI3.h
"
45
#include "
Details/IKpConfig.h
"
46
#include "
Details/IKpDatabase.h
"
47
#include "
Details/IKpFileTransaction.h
"
48
#include "
Details/IKpPlugin.h
"
49
#include "
Details/IKpUnknown.h
"
50
#include "
Details/IKpUtilities.h
"
51
#include "
Details/IKpCommandLine.h
"
52
#include "
Details/IKpFullPathName.h
"
53
#include "
Details/IKpCommandLineOption.h
"
54
55
#endif // ___KEEPASS_SDK_H___
IKpCommandLineOption.h
KpGuids.h
IKpConfig.h
IKpCommandLine.h
KpDefs.h
IKpAPI.h
IKpUtilities.h
IKpDatabase.h
IKpFileTransaction.h
IKpAPI3.h
IKpFullPathName.h
IKpUnknown.h
IKpPlugin.h
IKpAPI2.h
Documentation generated with
Doxygen
.