Searched refs:pdwCharacteristics (Results 1 – 1 of 1) sorted by relevance
2783 /* [out] */ __RPC__out DWORD *pdwCharacteristics) { in GetCharacteristics() argument2785 if (pdwCharacteristics == NULL) return E_INVALIDARG; in GetCharacteristics()2789 … *pdwCharacteristics = MEDIASINK_FIXED_STREAMS;// | MEDIASINK_REQUIRE_REFERENCE_MEDIATYPE; in GetCharacteristics()