Lines Matching refs:numProps
272 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
274 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
319 STDMETHOD(GetNumRawProps)(UInt32 *numProps) x; \
503 …STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)…
549 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
550 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
554 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
555 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
560 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
561 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
565 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
566 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
570 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
571 { *numProps = 0; return S_OK; } \