Win32_LogicalProgramGroupItemDataFile class

The Win32_LogicalProgramGroupItemDataFile association WMI class relates the program group items of the Start menu and the files in which they are stored.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

[Dynamic, Provider("CIMWin32"), Privileges("SeRestorePrivilege"), UUID("{08FFAD62-8050-11d2-90CE-0060081A46FD}"), AMENDMENT]
class Win32_LogicalProgramGroupItemDataFile : CIM_Dependency
{
  Win32_LogicalProgramGroupItem REF Antecedent;
  CIM_DataFile                  REF Dependent;
};

Members

The Win32_LogicalProgramGroupItemDataFile class has these types of members:

Properties

The Win32_LogicalProgramGroupItemDataFile class has these properties.

Antecedent

Data type: Win32_LogicalProgramGroupItem

Access type: Read-only

Qualifiers: Key, Override ("Antecedent"), MappingStrings ("WMI|Win32_LogicalProgramGroupItem")

Reference to the instance representing the program groupings in the Start menu.

Dependent

Data type: CIM_DataFile

Access type: Read-only

Qualifiers: Key, Override ("Dependent"), MappingStrings ("CIM|CIM_DataFile")

Reference to the instance representing the class associated with the program group.

Remarks

The Win32_LogicalProgramGroupItemDataFile class is derived from CIM_Dependency.

The calling process that uses this class must have the SE_RESTORE_NAME privilege on the computer in which the registry resides. For example, if you enumerate this class on the local computer, the account under which your application runs must have this privilege. For more information, see Executing Privileged Operations.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Dependency

Operating System Classes