From 5e01b6ad04f70d3364a15d9870b22427ac213d65 Mon Sep 17 00:00:00 2001 From: lindexi Date: Tue, 21 Nov 2023 15:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ManipulationDemo/UsbNotification.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ManipulationDemo/UsbNotification.cs b/ManipulationDemo/UsbNotification.cs index e450116..e61d3f6 100644 --- a/ManipulationDemo/UsbNotification.cs +++ b/ManipulationDemo/UsbNotification.cs @@ -75,7 +75,6 @@ public struct DEV_BROADCAST_DEVICEINTERFACE public int dbcc_devicetype; public int dbcc_reserved; public Guid dbcc_classguid; - //[MarshalAs(UnmanagedType.LPUTF8Str)] //public string dbcc_name; } }