|
Go to the documentation of this file.
30 #ifndef ___IKPAPI2_H___
31 #define ___IKPAPI2_H___
35 #include "../../SysDefEx.h"
37 #include "../../PwStructs.h"
44 struct KP_DECL_INTERFACE("5E6B4B05-4C29-407A-81D4-2BB0D866BA7F") IKpAPI2 :
48 STDMETHOD_(BOOL, IsInitialCommandLineFile)() = 0;
51 STDMETHOD(GetProperty)(DWORD dwID, void* pOutValue) = 0;
54 STDMETHOD(SetProperty)(DWORD dwID, void* pNewValue) = 0;
59 #endif // ___IKPAPI2_H___
KeePass API for plugins, provides access to all objects in KeePass (singletons, instantiable objects,... Definition: IKpAPI2.h:44
KeePass API for plugins, provides access to all objects in KeePass (singletons, instantiable objects,... Definition: IKpAPI.h:43
Documentation generated with
Doxygen.
|
|