Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Developers should use IPropertyDescription instead. Gets the width of the property description.
Syntax
HRESULT GetDefaultWidth(
[in] REFFMTID fmtid,
[in] PROPID pid,
[out] ULONG *pcxChars
);
Parameters
[in] fmtid
Type: REFFMTID
The FMTID of the property.
[in] pid
Type: PROPID
The PROPID of the property.
[out] pcxChars
Type: ULONG*
The width of the property description.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h |