1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
| // ************************************************************************ //
// AVERTISSEMENT
// -------
// Ce fichier est généré par l'importateur ou l'éditeur de bibliothèques de types.
// Sauf les erreurs de syntaxe, l'éditeur analysera les modifications apportées au fichier.
// Toutefois, lors de l'application de changements via l'éditeur, ce fichier sera régénéré
// et les commentaires et les changements de formatage seront perdus.
// ************************************************************************ //
// Fichier généré le 05/09/2017 13:11:31 (- $Rev: 12980 $, 13929547).
[
uuid(69A22360-1900-4EAB-93C3-3A579B1C9E2E),
version(1.0)
]
library MemoSrv
{
importlib("stdole2.tlb");
importlib("stdvcl40.dll");
interface IMemoIntf;
coclass MemoIntf;
[
uuid(B0E3CBA9-7D84-4D4F-8001-9EDE6B10EA8D),
helpstring("Interface dispatch pour MemoIntf Objet"),
dual,
oleautomation
]
interface IMemoIntf: IDispatch
{
[propget, id(0x000000C9)]
HRESULT _stdcall Color([out, retval] OLE_COLOR* Value);
[propput, id(0x000000C9)]
HRESULT _stdcall Color([in] OLE_COLOR Value);
[propget, id(0x000000CA)]
HRESULT _stdcall Font([out, retval] IFontDisp* Value);
[propput, id(0x000000CA)]
HRESULT _stdcall Font([in] IFontDisp Value);
[propget, id(0x000000CB)]
HRESULT _stdcall Text([out, retval] IStrings* Value);
[propput, id(0x000000CB)]
HRESULT _stdcall Text([in] IStrings Value);
};
[
uuid(3977B99F-3BBE-467E-BBA0-AE95ECF3F3A1),
helpstring("MemoIntf Objet")
]
coclass MemoIntf
{
[default] interface IMemoIntf;
};
}; |
Partager