Microsoft DirectX 8.1 (C++)

IMPEG2Component::get_PID

The get_PID method gets the packet identifier for this substream.

Syntax

HRESULT get_PID(
    short* pPID
    );

Parameters

pPID

[out] Pointer to a variable of type short that receives the packet identifier.

Return Values

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

See Also