Windows Media Format SDK banner art
PreviousNext

INSSBuffer::SetLength

The SetLength method specifies the size of the used portion of the buffer.

Syntax

HRESULT SetLength(
  DWORD  dwLength
);

Parameters

  dwLength

[in]  Double word containing the size of the used portion  in bytes.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.