Click or drag to resize
Xcalibur Systems LLC Logo

QueryServiceConfigStartName Field

If the service type is or , this member is the name of the account that the service process will be logged on as when it runs. This name can be of the form Domain\UserName. If the account belongs to the built-in domain, the name can be of the form .\UserName. The name can also be "LocalSystem" if the process is running under the LocalSystem account. If the service type is or , this member is the driver object name(that is, \FileSystem\Rdr or \Driver\Xns) which the input and output(I/O) system uses to load the device driver.If this member is NULL, the driver is to be run with a default object name created by the I/O system, based on the service name.

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public IntPtr StartName

Field Value

IntPtr
See Also