SCOPEDATAITEM Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies items to be inserted into the scope pane.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class SCOPEDATAITEM
public struct SCOPEDATAITEM
type SCOPEDATAITEM = struct
Public Structure SCOPEDATAITEM
- Inheritance
Remarks
For more information about programming with the SCOPEDATAITEM structure and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.
Fields
cChildren |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the number of enumerated items. |
displayname |
This API supports the product infrastructure and is not intended to be used directly from your code. Sets an MMC_CALLBACK value or a pointer to a null-terminated string. |
ID |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a console-supplied unique identifier for this instance of the SCOPEDATAITEM structure. |
lParam |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a user-supplied 32-bit value to associate with this instance of the SCOPEDATAITEM structure. |
mask |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies an array of flags indicating which members of this instance of the SCOPEDATAITEM structure contain valid data. |
nImage |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the virtual image index in the image list when this instance of the SCOPEDATAITEM structure is not selected. |
nOpenImage |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the virtual image index in the image list when this instance of the SCOPEDATAITEM structure is selected. |
nState |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the state mask for the item. |
relativeID |
This API supports the product infrastructure and is not intended to be used directly from your code. A console-supplied unique item identifier for this instance of the SCOPEDATAITEM structure. |