Esempio n. 1
0
 static extern bool SetupCopyOEMInf(
     string SourceInfFileName,
     string OEMSourceMediaLocation,
     OemSourceMediaType OEMSourceMediaType,
     OemCopyStyle CopyStyle,
     string DestinationInfFileName,
     int DestinationInfFileNameSize,
     IntPtr RequiredSize,
     string DestinationInfFileNameComponent
     );
Esempio n. 2
0
        public static extern bool SetupCopyOEMInf(

            string sourceInfFileName,
            string oemSourceMediaLocation,
            OemSourceMediaType oemSourceMediaType,
            OemCopyStyle copyStyle,
            string destinationInfFileName,
            int destinationInfFileNameSize,
            ref int requiredSize,
            string destinationInfFileNameComponent

            );
 static extern bool SetupCopyOEMInf(string SourceInfFileName, string OEMSourceMediaLocation,
     OemSourceMediaType OEMSourceMediaType, OemCopyStyle CopyStyle, StringBuilder DestinationInfFileName,
     int DestinationInfFileNameSize, ref int RequiredSize, StringBuilder DestinationInfFileNameComponent);