Searched refs:lVideoCopyProtection (Results 1 – 1 of 1) sorted by relevance
4631 virtual HRESULT WINAPI put_CopyProtection(long lVideoCopyProtection) = 0;4632 virtual HRESULT WINAPI get_CopyProtection(long *lVideoCopyProtection) = 0;4645 HRESULT (WINAPI *put_CopyProtection)(IAMAnalogVideoEncoder *This,long lVideoCopyProtection);4646 HRESULT (WINAPI *get_CopyProtection)(IAMAnalogVideoEncoder *This,long *lVideoCopyProtection);4661 …deoEncoder_put_CopyProtection(This,lVideoCopyProtection) (This)->lpVtbl->put_CopyProtection(This,l… argument4662 …deoEncoder_get_CopyProtection(This,lVideoCopyProtection) (This)->lpVtbl->get_CopyProtection(This,l… argument4673 …AnalogVideoEncoder_put_CopyProtection_Proxy(IAMAnalogVideoEncoder *This,long lVideoCopyProtection);4675 …nalogVideoEncoder_get_CopyProtection_Proxy(IAMAnalogVideoEncoder *This,long *lVideoCopyProtection);