Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets the text of the title in a specific column.
Syntax
HRESULT SetColumnText(
[in] int nCol,
[in] LPCWSTR title
);
Parameters
[in] nCol
A zero-based index that specifies the location of the column.
[in] title
A pointer to the string that represents the title of the column being inserted. This string can have a maximum length of MAX_PATH characters.
Return value
This method can return one of these values.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | mmc.h |
| DLL | Mmcndmgr.dll |