Lines Matching refs:STDMETHODIMP
50 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties()
66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo()
167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
283 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps()
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
296 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent()
308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
639 STDMETHODIMP CHandler::Open(IInStream *stream, in Open()
697 STDMETHODIMP CHandler::Close() in Close()
714 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()