Share via


IAMNetShowPreroll::get_Preroll

 
Microsoft DirectShow 9.0

IAMNetShowPreroll::get_Preroll

The get_Preroll method queries whether the filter is currently prerolling.

Syntax

  HRESULT get_Preroll(
  VARIANT_BOOL *pfPreroll
);

Parameters

pfPreroll

Pointer to a variable that receives a Boolean value.

Return Values

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

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also