Share via


IBDA_FDC::GetTableSection method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Gets the latest table section.

Syntax

HRESULT GetTableSection(
  [out] DWORD *Pid,
  [in]  DWORD MaxBufferSize,
  [out] DWORD *ActualSize,
  [out] BYTE  *SecBuffer
);

Parameters

[out] Pid

Receives the packet identifier (PID) of the table.

[in] MaxBufferSize

The size of the SecBuffer array, in bytes.

[out] ActualSize

Receives the number of bytes that the method copies into the SecBuffer array.

[out] SecBuffer

A byte array, allocated by the caller, that receives the table section.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server Windows Server�2008�R2 [desktop apps only]
Target Platform Windows
Header bdaiface.h

See also

IBDA_FDC