A CIM_Service is a Logical Element that contains the information necessary to represent and manage the functionality provided by a Device and/or SoftwareFeature. A Service is a general-purpose object to configure and manage the implementation of functionality. It is not the functionality itself.
{'Description':'The DriverInfo parameter specifies the neccessary inforation needed in order to create the printer driver.','In':True,'MappingStrings':['']}
Constructor
True
Description
'The AddPrinterDriver method installs a printer driver. The method can return the following values: 0 - Success. 5 - Access denied. 1797 - The printer driver is unknown. Other - For integer values other than those listed above, refer to the documentation on the Win32 error codes.'
Implemented
True
Static
True
ValueMap
['0', '5', '1797', '..']
Values
['Success', 'Access denied', 'The printer driver is unknown', 'Other']
AddPrinterDriver method is in 1 class (Win32_PrinterDriver) of ROOT\cimv2 and in 1 namespace
'The StartService method places the Service in the started state. It returns an integer value of 0 if the Service was successfully started, 1 if the request is not supported and any other number to indicate an error. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' may also be specified in the subclass as a Values array qualifier.'
'The StopService method places the service in the stopped state. It returns an integer value of 0 if the service was successfully stopped, 1 if the request is not supported and any other number to indicate an error.'
'The InfName property contains the name of the INF file being used. The default is 'ntprint.INF'. This will only be different if the drivers are provided directly by the manufacturer of the printer and not the operating system.'
'The OEMUrl property provides a world wide web link to the printer manufacturer's web site. Note that this property is not populated when the Win32.INF file is used and is only applicable for drivers provided directly from the manufacturer.'
read
True
OEMUrl property is in 1 class (Win32_PrinterDriver) of ROOT\cimv2 and in 3 namespaces
'The SupportedPlatform property indicates the operating environments that the driver is intended for. Examples are 'Windows NT x86' or 'Windows IA64'.'
MappingStrings
['']
read
True
write
True
SupportedPlatform property is in 1 class (Win32_PrinterDriver) of ROOT\cimv2 and in 1 namespace
'CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.'
'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
'StartMode is a string value indicating whether the Service is automatically started by a System, Operating System, etc. or only started upon request.'
'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
'A CIM_Service is a Logical Element that contains the information necessary to represent and manage the functionality provided by a Device and/or SoftwareFeature. A Service is a general-purpose object to configure and manage the implementation of functionality. It is not the functionality itself.'