|
@@ -1125,22 +1125,10 @@ TYPE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tagSTATSTG = record
|
|
|
|
- pwcsName : POleStr;
|
|
|
|
- dwType : DWord;
|
|
|
|
- cbSize : ULarge_integer;
|
|
|
|
- mtime : TFileTime;
|
|
|
|
- ctime : TFileTime;
|
|
|
|
- atime : TFileTime;
|
|
|
|
- grfMode : DWord;
|
|
|
|
- grfLocksSupported : DWord;
|
|
|
|
- clsid : TCLSID;
|
|
|
|
- grfStateBits : DWord;
|
|
|
|
- reserved : DWord;
|
|
|
|
- end;
|
|
|
|
|
|
+ tagSTATSTG = types.tagSTATSTG;
|
|
|
|
|
|
TStatStg = tagSTATSTG;
|
|
TStatStg = tagSTATSTG;
|
|
- PStatStg = ^TStatStg;
|
|
|
|
|
|
+ PStatStg = types.PStatStg;
|
|
STATSTG = TStatStg;
|
|
STATSTG = TStatStg;
|
|
|
|
|
|
{ TagRemSNB = Record
|
|
{ TagRemSNB = Record
|
|
@@ -2724,6 +2712,15 @@ TYPE
|
|
POleMenuGroupWidths = LPOLEMENUGROUPWIDTHS;
|
|
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
|
|
stuff from objbase.h
|
|
****************************************************************************************************************** }
|
|
****************************************************************************************************************** }
|