mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* fix for 10535 IProvideClassinfo + -2
git-svn-id: trunk@9612 -
This commit is contained in:
parent
38bbdb95ee
commit
e7ef874cc4
@ -2724,6 +2724,15 @@ TYPE
|
||||
POleMenuGroupWidths = LPOLEMENUGROUPWIDTHS;
|
||||
|
||||
|
||||
IProvideClassInfo = Interface (IUnknown)
|
||||
['{B196B283-BAB4-101A-B69C-00AA00341D07}']
|
||||
function GetClassInfo(out pptti : ITypeInfo):HResult; StdCall;
|
||||
end;
|
||||
IProvideClassInfo2 = Interface (IProvideClassInfo)
|
||||
['{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}']
|
||||
function GetGUID(dwguid:DWord;out pguid:TGUID):HResult; StdCall;
|
||||
end;
|
||||
|
||||
{ ******************************************************************************************************************
|
||||
stuff from objbase.h
|
||||
****************************************************************************************************************** }
|
||||
|
Loading…
Reference in New Issue
Block a user