Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MFL - File Extension for WBEM MOF Files
What is MFL? MFL is used as the file extension for WBEM MOF files. .MFL files are text files that are used to managed objects in MOF (Managed Objects Format) language. .MFL files are used by WBEM (Web-Based Enterprise Management) on Windows systems. See the sample .MFL file included below.
✍: FYIcenter.com
File Extension: .MFL
MIME Type: text/plain
File Content: WBEM MOF
.MFL files are WBEM MOF files, that are used to managed objects in MOF (Managed Objects Format) language. Here is a sample .MFL WBEM MOF file, filetrace.mfl:
#pragma classflags(64) #pragma namespace("\\\\.\\root\\wmi") instance of __namespace{ name="ms_409";}; #pragma namespace("\\\\.\\root\\wmi\\ms_409") ... [Description("File Trace Event") : Amended,AMENDMENT, LOCALE(0x0409)] class FileOperation : FileTrace { [Description("Status") : Amended] uint32 Status; [Description("Operation") : Amended] uint8 Operation; [Description("Minor operation") : Amended] uint8 MinorOperation; [Description("SequenceNumber") : Amended] uint32 SequenceNumber; [Description("Is this a paging operation") : Amended] uint8 IsPagingIO; [Description("Is this a fast IO operation") : Amended] uint8 IsFastIO; [Description("IsDirectory") : Amended] uint8 IsDirectory; ... };
.MFL WBEM MOF file sample: Click sample.mfl to download.
Since .MFL files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .MFL WBEM MOF files, see links below:
2012-10-25, 7578👍, 0💬
Popular Posts:
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...