@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Adds a file or directory to the exclusion list. !!!!C# Signature: [DllImport("fbwflib.dll", SetLastError=true)] [return: MarshalAs(UnmanagedType.U4)] static extern uint FbwfAddExclusion( [In] [MarshalAs(UnmanagedType.LPWStr)] string volume, [In] [MarshalAs(UnmanagedType.LPWStr)] string path); !!!!VB Signature: Declare Function FbwfAddExclusion Lib "fbwflib.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: Code is tested on Windows Embedded Standard 7 32bit. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: FbwfAddExclusion@msdn on MSDN
Edit fbwflib.FbwfAddEx...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.