HRESULT OpenRemoteInterface( [in] IWDFRemoteInterface *pRemoteInterface, [in, optional] PCWSTR pszRelativeFileName, [in] DWORD DesiredAccess, [in, optional] PUMDF_IO_TARGET_OPEN_PARAMS pOpenParams ); Parameters[in] pRemoteInterfaceA pointer to a IWDFRemoteInterface interface that ...
privatevoidbtn_filedb_Click(objectsender, RoutedEventArgs e){stringpath = System.Environment.CurrentDirectory +"\\filepath.txt";stringfilepath_db = System.Environment.CurrentDirectory +"\\bd4.mdf"; FileInfo fi1;if(System.IO.File.Exists(path))//проверканасуществова...