This commit is contained in:
Igor Pavlov
2022-06-23 11:43:16 +01:00
committed by Kornel
parent c3529a41f5
commit ec44a8a070
1248 changed files with 15242 additions and 2443 deletions

7
CPP/7zip/IStream.h Normal file → Executable file
View File

@@ -133,4 +133,11 @@ STREAM_INTERFACE(IStreamGetProps2, 0x09)
STDMETHOD(GetProps2)(CStreamFileProps *props) PURE;
};
STREAM_INTERFACE(IStreamGetProp, 0x0a)
{
STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) PURE;
STDMETHOD(ReloadProps)() PURE;
};
#endif