SCOPEDATAITEM.displayname Field
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.
Sets an MMC_CALLBACK value or a pointer to a null-terminated string.
This API supports the product infrastructure and is not intended to be used directly from your code.
public: IntPtr displayname;
public IntPtr displayname;
val mutable displayname : nativeint
Public displayname As IntPtr
Field Value
nativeint
Remarks
When you use the InsertItem(SCOPEDATAITEM) or SetItem(SCOPEDATAITEM) methods, the displayname field must be set to MMC_CALLBACK. When the name of the item that the console inserts changes, displayname can be set to MMC_CALLBACK or a pointer to the null-terminated string constant that contains the item text.
For more information about programming with the SCOPEDATAITEM structure and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.