IPicture::get_Width method (ocidl.h)

Retrieves the current width of the picture in the picture object.

Syntax

HRESULT get_Width(
  [out] OLE_XSIZE_HIMETRIC *pWidth
);

Parameters

[out] pWidth

A pointer to a variable that receives the width.

Return value

This method supports the standard return value E_FAIL, as well as the following values.

Return code Description
S_OK
The width was returned successfully.
E_POINTER
The value of pWidth is not valid. For example, it may be NULL.

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 ocidl.h

See also

IPicture