《铁路工程施工资料铁路路基施工技术.doc》由会员分享,可在线阅读,更多相关《铁路工程施工资料铁路路基施工技术.doc(46页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、【精品文档】如有侵权,请联系网站删除,仅供学习与交流铁路工程施工资料铁路路基施工技术.精品文档.ame output parameter is a string representing the name of the file/directory where DeleteEx failed. This string parameter will be null if DeleteEx succeeds.) : Amended ToSubclass string StopFileName,In,Description(The StartFileName input parameter is a
2、 string that names the child file/directory to use as a starting point for DeleteEx.The StartFileName property typically, is the StopFileName parameter specifying the file or directory at which anerror occurred from the previous method call. If this parameter is NULL, the operation is performed on t
3、he file ordirectory specified in the ExecMethod call.) : Amended ToSubclass string StartFileName);Description(The CompressEx method compresses the logical file (or directory) specified in the object path. CompressEx returns an integer value of 0 if the file was successfully compressed, and any other
4、 number to indicate an error. CompressEx is an extended version of the Compress method.nIt returns one of the following integer values:n0 - The request was successful.n2 - Access was denied.n8 - An unspecified failure occurred.n9 - The name specified was invalid.n10 - The object specified already ex
5、ists.n11 - The file system is not NTFS.n12 - The platform is not Windows NT or Windows 2000.n13 - The drive is not the same.n14 - The directory is not empty.n15 - There has been a sharing violation.n16 - The start file specified was invalid.n17 - A privilege required for the operation is not held.n2
6、1 - A parameter specified is invalid.n) : Amended ToSubclass,ValuesSuccess, Access Denied, Unspecified failure, Invalid object, Object already exists, File system not NTFS, Platform not NT/Windows 2000, Drive not the same, Directory not empty, Sharing violation, Invalid start file, Privilege not hel
7、d, Invalid parameter : Amended ToSubclass uint32 CompressEx(Out,Description(The StopFileName output parameter is a string representing the name of the file/directory where CompressEx failed. StopFileName will be null if the method succeeds.) : Amended ToSubclass string StopFileName,In,Description(Th
8、e StartFileName input parameter is a string that names the child file/directory to use as a starting point for CompressEx.The StartFileName property typically, is the StopFileName parameter specifying the file or directory at which anerror occurred from the previous method call. If this parameter is
9、 NULL, the operation is performed on the file ordirectory specified in the ExecMethod call.) : Amended ToSubclass string StartFileName,In,Description(The Recursive input parameter is a boolean that indicates whether the compression will be applied recursively to files and directories within the dire
10、ctory specified by the CIM_LogicalFile instance.Note for file instances the Recursive input parameter is ignored.) : Amended ToSubclass boolean Recursive);Description(The UncompressEx method uncompresses the logical file (or directory) specified in the object path. UncompressEx returns an integer va
11、lue of 0 if the file was successfully decompressed, and any other number to indicate an error. UncompressEx is an extended version of the Uncompress method.nIt returns one of the following integer values:n0 - The request was successful.n2 - Access was denied.n8 - An unspecified failure occurred.n9 -
12、 The name specified was invalid.n10 - The object specified already exists.n11 - The file system is not NTFS.n12 - The platform is not Windows NT or Windows 2000.n13 - The drive is not the same.n14 - The directory is not empty.n15 - There has been a sharing violation.n16 - The start file specified wa
13、s invalid.n17 - A privilege required for the operation is not held.n21 - A parameter specified is invalid.n) : Amended ToSubclass,ValuesSuccess, Access Denied, Unspecified failure, Invalid object, Object already exists, File system not NTFS, Platform not NT/Windows 2000, Drive not the same, Director
14、y not empty, Sharing violation, Invalid start file, Privilege not held, Invalid parameter : Amended ToSubclass uint32 UncompressEx(Out,Description(The StopFileName output parameter is a string representing the name of the file/directory where UncompressEx failed. StopFileName will be null if the met
15、hod succeeds.) : Amended ToSubclass string StopFileName,In,Description(The StartFileName input parameter is a string that names the child file/directory to use as a starting point for UncompressEx.The StartFileName property typically, is the StopFileName parameter specifying the file or directory at
16、 which anerror occurred from the previous method call. If this parameter is NULL, the operation is performed on the file ordirectory specified in the ExecMethod call.) : Amended ToSubclass string StartFileName,In,Description(The Recursive input parameter is a boolean that indicates whether the decom
17、pression will be applied recursively to files and directories within the directory specified by the CIM_LogicalFile instance.Note for file instances the Recursive input parameter is ignored.) : Amended ToSubclass boolean Recursive);Description(The GetEffectivePermission method determines whether the
18、 caller has the aggregated permissions specified by the Permission argument not only on the file object, but on the share the file or directory resides on (if it is on a share).) : Amended ToSubclass boolean GetEffectivePermission(In,Description(The Permissions input parameter is a bit array of the
19、permissions that the caller wishes to inquire about.) : Amended ToSubclass,BitValuesFILE_READ_DATA (file) or FILE_LIST_DIRECTORY (directory), FILE_WRITE_DATA (file) or FILE_ADD_FILE (directory), FILE_APPEND_DATA (file) or FILE_ADD_SUBDIRECTORY (directory), FILE_READ_EA, FILE_WRITE_EA, FILE_EXECUTE (
20、file) or FILE_TRAVERSE (directory), FILE_DELETE_CHILD (directory), FILE_READ_ATTRIBUTES, FILE_WRITE_ATTRIBUTES, DELETE, READ_CONTROL, WRITE_DAC, WRITE_OWNER, SYNCHRONIZE : Amended ToSubclass uint32 Permissions);DisplayName(All Files (CIM) : Amended,Description(CIM_DataFile is a type of logical file
21、that is a named collection of data or executable code.nThe behavior of the provider backing this class will be changed in future releases. Currently the provider returns both files on fixed disks as well as files on mapped logical disks. In the future, only instances of files on local fixed disks wi
22、ll be returned.) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_DataFile : CIM_LogicalFileDisplayName(Version) : Amended,Description(Version string from version resource if one is present.) : Amended ToSubclass string Version;DisplayName(Manufacturer) : Amended,Description(Manufacturer strin
23、g from version resource if one is present.) : Amended ToSubclass string Manufacturer;Description(A link between a process and a data file indicating that the file participates in the execution of the process.) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_ProcessExecutable : CIM_Dependencyk
24、ey : ToInstance ToSubclass DisableOverride,Description(The data file participating in the execution of the process.) : Amended ToSubclass CIM_DataFile Ref Antecedent;key : ToInstance ToSubclass DisableOverride,Description(The process.) : Amended ToSubclass CIM_Process Ref Dependent;Description(Globa
25、lProcessCount is the current number of processes that have the file loaded in memory.) : Amended ToSubclass uint32 GlobalProcessCount;Description(ProcessCount represents the reference count of the file in the associated process.) : Amended ToSubclass uint32 ProcessCount;Description(ModuleInstance re
26、presents the Win32 instance handle.The ModuleInstance property has been deprecated. There is no replacement value and this property is now considered obsolete.) : Amended ToSubclass uint32 ModuleInstance;Description(BaseAddress represents the base address of the module in the address space of the as
27、sociated process.) : Amended ToSubclass uint64 BaseAddress;DisplayName(Directories (CIM) : Amended,Description(Directory is a type of file that logically groups data files contained in it, and provides path information for the grouped files.) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_Di
28、rectory : CIM_LogicalFileDescription( The CIM_SoftwareElement class is used to decompose a CIM_SoftwareFeature object into a set of individually manageable or deployable parts for a particular platform. A software elements platform is uniquely identified by its underlying hardware architecture and o
29、perating system (for example Sun Solaris on Sun Sparc or Windows NT on Intel). As such, to understand the details of how the functionality of a particular software feature is provided on a particular platform, the CIM_SoftwareElement objects referenced by CIM_SoftwareFeatureSoftwareElement associati
30、ons are organized in disjoint sets based on the TargetOperatingSystem property. A CIM_SoftwareElement object captures the management details of a part or component in one of four states characterized by the SoftwareElementState property. ) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_Softw
31、areElement : CIM_LogicalElementkey : ToInstance ToSubclass DisableOverride,Description(The name used to identify this software element) : Amended ToSubclass string Name;key : ToInstance ToSubclass DisableOverride,Description(Version should be in the form . or .) : Amended ToSubclass string Version;k
32、ey : ToInstance ToSubclass DisableOverride,Description( The SoftwareElementState is defined in this model to identify various states of a software elements life cycle. - A software element in the deployable state describes the details necessary to successful distribute it and the details (conditions
33、 and actions) required to create a software element in the installable state (i.e., the next state). - A software element in the installable state describes the details necessary to successfully install it and the details (conditions and actions required to create a software element in the executabl
34、e state (i.e., the next state). - A software element in the executable state describes the details necessary to successfully start it and the details (conditions and actions required to create a software element in the running state (i.e., the next state). - A software element in the running state d
35、escribes the details necessary to monitor and operate on a start element.) : Amended ToSubclass,ValuesDeployable, Installable, Executable, Running : Amended ToSubclass uint16 SoftwareElementState;key : ToInstance ToSubclass DisableOverride,Description( This is an identifier for this software element
36、 and is designed to be used in conjunction with other keys to create a unique representation of this CIM_SoftwareElement) : Amended ToSubclass string SoftwareElementID;key : ToInstance ToSubclass DisableOverride,Description(The TargetOperatingSystem property allows the provider to specify the operat
37、ing system environment. The value of this property does not ensure binary executable. Two other pieces of information are needed. First, the version of the OS needs to be specified using the OS version check. The second piece of information is the architecture the OS runs on. The combination of thes
38、e constructs allows the provider to clearly identify the level of OS required for a particular software element.) : Amended ToSubclass,ValuesUnknown, Other, MACOS, ATTUNIX, DGUX, DECNT, Digital Unix, OpenVMS, HPUX, AIX, MVS, OS400, OS/2, JavaVM, MSDOS, WIN3x, WIN95, WIN98, WINNT, WINCE, NCR3000, Net
39、Ware, OSF, DC/OS, Reliant UNIX, SCO UnixWare, SCO OpenServer, Sequent, IRIX, Solaris, SunOS, U6000, ASERIES, TandemNSK, TandemNT, BS2000, LINUX, Lynx, XENIX, VM/ESA, Interactive UNIX, BSDUNIX, FreeBSD, NetBSD, GNU Hurd, OS9, MACH Kernel, Inferno, QNX, EPOC, IxWorks, VxWorks, MiNT, BeOS, HP MPE, Next
40、Step, PalmPilot, Rhapsody, Windows 2000, Dedicated, VSE, TPF : Amended ToSubclass uint16 TargetOperatingSystem;Description( The OtherTargetOS property records the manufacturer and operating system type for a software element when the TargetOperatingSystem property has a value of 1 (Other). Therefore
41、, when the TargetOperatingSystem property has a value of Other, the OtherTargetOS property must have a non-null value. For all other values of TargetOperatingSystem, the OtherTargetOS property is to be NULL. ) : Amended ToSubclass string OtherTargetOS;Description(Manufacturer of this software elemen
42、t) : Amended ToSubclass string Manufacturer;Description(The internal identifier for this compilation of this software element.) : Amended ToSubclass string BuildNumber;Description(The assigned serial number of this software element.) : Amended ToSubclass string SerialNumber;Description(The code set
43、used by this software element. ) : Amended ToSubclass string CodeSet;Description( The value of this property is the manufacturers identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number.) : Amended ToSubclass string IdentificationCode;Description(The valu
44、e of this property identifies the language edition of this software element. The language codes defined in ISO 639 should be used. Where the software element represents multi-lingual or international version of a product, the string multilingual should be used.) : Amended ToSubclass string LanguageE
45、dition;Description(CIM_BIOSElement represents the low-level software that is loaded into non-volatile storage and used to bring up and configure a computer system.) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_BIOSElement : CIM_SoftwareElementDescription(If true, this is the primary BIOS o
46、f the computer system.) : Amended ToSubclass boolean PrimaryBIOS;Description(CIM_Job is a logical element representing a unit of work for a system, such as a print job. A job is distinct from a process in that a job can be scheduled.) : Amended ToSubclass,AMENDMENT, LOCALE(0x409)class CIM_Job : CIM_
47、LogicalElementDescription(Length of time that the job has been executing.) : Amended ToSubclass datetime ElapsedTime;Description(User to be notified upon job completion or failure.) : Amended ToSubclass string Notify;Description(User that submitted the job.) : Amended ToSubclass string Owner;Description(Priority indicates the urgency or importance of execution of a job.) : Amended ToSubclass uint32 Priority;Description(Time that the job was begun.) : Amended ToSubclass datetime StartTime;
限制150内