Ejemplo n.º 1
0
 private static extern int CM_Request_Device_Eject(
     int dnDevInst,
     out PNP_VETO_TYPE pVetoType,
     StringBuilder pszVetoName,
     int ulNameLength,
     int ulFlags
     );
Ejemplo n.º 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
     );
Ejemplo n.º 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
     );
Ejemplo n.º 4
0
 internal static extern int CM_Request_Device_Eject(
     int dnDevInst,
     out PNP_VETO_TYPE pVetoType,
     StringBuilder pszVetoName,
     int ulNameLength,
     int ulFlags
     );
Ejemplo n.º 5
0
 static extern int CM_Request_Device_Eject(IntPtr devinst, out PNP_VETO_TYPE pVetoType, System.Text.StringBuilder pszVetoName, int ulNameLength, int ulFlags);
Ejemplo n.º 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);