Home | History | Annotate | Download | only in dshow

Lines Matching refs:ProtectionCommand

6773     virtual HRESULT WINAPI ProtectionCommand(const AMCOPPCommand *cmd) = 0;
6784 HRESULT (WINAPI *ProtectionCommand)(IAMCertifiedOutputProtection *This,const AMCOPPCommand *cmd);
6797 #define IAMCertifiedOutputProtection_ProtectionCommand(This,cmd) (This)->lpVtbl->ProtectionCommand(This,cmd)