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.
Retrieves the current width of the picture in the picture object.
HRESULT get_Width(
[out] OLE_XSIZE_HIMETRIC *pWidth
);
[out] pWidth
A pointer to a variable that receives the width.
This method supports the standard return value E_FAIL, as well as the following values.
Return code | Description |
---|---|
|
The width was returned successfully. |
|
The value of pWidth is not valid. For example, it may be NULL. |
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ocidl.h |