Lines Matching refs:numProps
202 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
204 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
247 STDMETHOD(GetNumRawProps)(UInt32 *numProps) x; \
385 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) PURE;
417 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
418 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
422 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
423 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
428 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
429 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
433 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
434 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
438 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
439 { *numProps = 0; return S_OK; } \