2.2.2.1.3.1 VDS_SERVICE_PROP
The VDS_SERVICE_PROP structure provides information about the properties of a service.
-
typedef struct _VDS_SERVICE_PROP { [string] WCHAR* pwszVersion; unsigned long ulFlags; } VDS_SERVICE_PROP;
pwszVersion: The version of VDS; a human-readable, null-terminated Unicode string. This string can be any human-readable, null-terminated Unicode value.<29>
ulFlags: A combination of any values, by using the bitwise OR operator, that is defined in the VDS_SERVICE_FLAG enumeration.