Windows Media Format SDK banner art
PreviousNext

INSSBuffer::GetBuffer

The GetBuffer method retrieves the location of the buffer.

Syntax

HRESULT GetBuffer(
  BYTE**  ppdwBuffer
);

Parameters

  ppdwBuffer

[out]  Pointer to a location that returns a pointer to the buffer.

Return Values

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

Return code Description
E_POINTER ppdwBuffer is NULL.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.