Media Player SDK
|
Returns True if the DirectShow filter has a settings dialog box.
function Info_Filter_HasDialog(FilterName: WideString; PageType: TVFPropertyPage): Boolean;
__fastcall Boolean Info_Filter_HasDialog(BSTR FilterName, TVFPropertyPage PageType);
public Boolean Info_Filter_HasDialog(String FilterName, TVFPropertyPage PageType);
Public Function Info_Filter_HasDialog(FilterName As String, PageType As TVFPropertyPage) As Boolean
public Boolean Info_Filter_HasDialog(string FilterName, TVFPropertyPage PageType);
Boolean Info_Filter_HasDialog(BSTR FilterName, TVFPropertyPage PageType);
Info_Filter_HasDialog
Parameters |
Description |
FilterName: WideString |
Filter name. |
PageType: TVFPropertyPage |
Dialog type. |
Returns True if the DirectShow filter has a settings dialog box.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|