IBDA_WMDRMTuner::GetStartCodeProfile Method

[This documentation is preliminary and is subject to change.]
Gets information about each start code.

Syntax

HRESULT GetStartCodeProfile(
  [in, out]  ULONG *pulStartCodeProfileLen,
  [in, out]  BYTE *pbStartCodeProfile
);

Parameters

  • pulStartCodeProfileLen [in, out]
    On input, specifies the number of bytes in the pbStartCodeProfile array. On output, receives the size of the data in the array.

  • pbStartCodeProfile [in, out]
    Pointer to a byte array, allocated by the caller, that receives the start-code profile.

Return Value

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

Requirements

Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
IDL Bdaiface.idl

See Also

IBDA_WMDRMTuner

Send comments about this topic to Microsoft

Build date: 3/1/2009