Win32_LogicalProgramGroupDirectory class

The Win32_LogicalProgramGroupDirectory association WMI class relates logical program groups (groupings in the Start menu) and the file directories 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("{F25FE467-783E-11d2-90BF-0060081A46FD}"), AMENDMENT]
class Win32_LogicalProgramGroupDirectory : CIM_Dependency
{
  Win32_LogicalProgramGroup REF Antecedent;
  Win32_Directory           REF Dependent;
};

Members

The Win32_LogicalProgramGroupDirectory class has these types of members:

Properties

The Win32_LogicalProgramGroupDirectory class has these properties.

Antecedent

Data type: Win32_LogicalProgramGroup

Access type: Read-only

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

Reference to the instance representing the logical program group.

Dependent

Data type: Win32_Directory

Access type: Read-only

Qualifiers: Key, Override ("Dependent"), MappingStrings ("WMI|Win32_Directory")

Reference to the instance representing the file directory for the logical program group.

Remarks

The Win32_LogicalProgramGroupDirectory 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