IDataCollectorSet::get_DisplayName method (pla.h)
Retrieves or sets the display name of the data collector set.
This property is read/write.
Syntax
HRESULT get_DisplayName(
BSTR *DisplayName
);
Parameters
DisplayName
Return value
None
Remarks
To use a localized string from a binary, specify the display name in the form @binary,#id where binary is the EXE or DLL that contains the localized resource string and id is the string resource identifier.
If you set the display name to the @binary,#id form, when you retrieve the display name you will receive the localized string. To retrieve the display name string that you set, access the IDataCollectorSet::DisplayNameUnresolved property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |
DLL | Pla.dll |