* small addition

git-svn-id: trunk@5200 -
This commit is contained in:
florian 2006-11-03 13:20:04 +00:00
parent 9d7556c222
commit 893ddf2f00

View File

@ -3280,6 +3280,9 @@ type
type
TDispID = DISPID;
TDispIDList = array[0..65535] of TDispID;
PDispIDList = ^TDispIDList;
function SetErrorInfo(dwReserved:ULONG;errinfo:IErrorInfo):HResult;stdcall; external 'ole32.dll' name 'SetErrorInfo';
function GetErrorInfo(dwReserved:ULONG;out errinfo:IErrorInfo):HResult;stdcall; external 'ole32.dll' name 'GetErrorInfo';
function CreateErrorInfo(out errinfo:ICreateErrorInfo):HResult;stdcall; external 'ole32.dll' name 'CreateErrorInfo';