private static extern int CM_Request_Device_Eject(
     int dnDevInst,
     out PNP_VETO_TYPE pVetoType,
     StringBuilder pszVetoName,
     int ulNameLength,
     int ulFlags
     );
예제 #2
0
 internal static extern ConfigManagerResult CM_Query_And_Remove_SubTree(
     uint dnAncestor,
     ref PNP_VETO_TYPE pVetoType,
     string pszVetoName,
     uint ulNameLength,
     CM_QUERY_AND_REMOVE_SUBTREE_FLAGS ulFlags
     );
예제 #3
0
 public static extern int CM_Request_Device_Eject(
     IntPtr devinst,
     out PNP_VETO_TYPE pVetoType,
     System.Text.StringBuilder pszVetoName,
     int ulNameLength,
     int ulFlags
     );
예제 #4
0
 internal static extern int CM_Request_Device_Eject(
     int dnDevInst,
     out PNP_VETO_TYPE pVetoType,
     StringBuilder pszVetoName,
     int ulNameLength,
     int ulFlags
     );
예제 #5
0
파일: Program.cs 프로젝트: sidd607/usbAlert
 static extern int CM_Request_Device_Eject(IntPtr devinst, out PNP_VETO_TYPE pVetoType, System.Text.StringBuilder pszVetoName, int ulNameLength, int ulFlags);
예제 #6
0
 public static extern CONFIGRET CM_Request_Device_Eject(uint dnDevInst, out PNP_VETO_TYPE pVetoType, [In, Out, Optional] StringBuilder pszVetoName, [Optional] uint ulNameLength, uint ulFlags = 0);