Microsoft DirectX 9.0

IMPEG2Component::get_PID

The get_PID method returns the packet identifier (PID) for this substream.

Syntax

HRESULT get_PID(
    long* pPID
    );

Parameters

pPID

[out] Pointer to a variable that receives the PID.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also