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
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
Reference to the instance representing the program groupings in the Start menu.
- Dependent
-
- Data type: CIM_DataFile
- Access type: Read-only
- Qualifiers: Key
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.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012