SCOPEDATAITEM.displayname Field

Definition

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

IntPtr

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.

Applies to

See also