Retrieves the number of bytes needed to store the contents of the buffer in contiguous format.
public:
HRESULT GetContiguousLength(
DWORD *pcbLength
)
pcbLength
Type: DWORDÂ *
[out]
Receives the number of bytes needed to store the contents of the buffer in contiguous format.
Type: HRESULTÂ
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
| S_OK | The method succeeded. |
Refer to Media Foundation return codes.
For a definition of contiguous as it applies to 2-D buffers, see the Remarks section in IMF2DBuffer interface.
Header: Declared in mfobjects.h (include mfidl.h).
Library: Use Mfuuid.lib.