IPropertyDescription::GetDefaultColumnWidth 方法 (propsys.h)
取得清單檢視中屬性的預設數據行寬度。
語法
HRESULT GetDefaultColumnWidth(
[out] UINT *pcxChars
);
參數
[out] pcxChars
類型: DWORD*
數據行寬度值的指標,以字元為單位。
傳回值
類型: HRESULT
一律會 傳回S_OK。
備註
這個方法所擷取的值原本是透過屬性 .propdesc 檔案中 displayInfo 元素的 defaultColumnWidth 屬性來設定。
如果未在 .propdesc 檔案中設定任何值,或方法失敗, 則pcxChars 所指向的值為20個字元。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | propsys.h |