NativeFileIOSetRegisteredFilters Method (UInt32, String) |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static void SetRegisteredFilters(
uint devInst,
string[] filters
)
Public Shared Sub SetRegisteredFilters (
devInst As UInteger,
filters As String()
)
public:
static void SetRegisteredFilters(
unsigned int devInst,
array<String^>^ filters
)
static member SetRegisteredFilters :
devInst : uint32 *
filters : string[] -> unit
Parameters
- devInst
- Type: SystemUInt32
- filters
- Type: SystemString
See Also