Share via


CDeferredCommand::GetIID

 
Microsoft DirectShow 9.0

CDeferredCommand::GetIID

The GetIID method retrieves the interface identifier (IID) of the interface on which the method will be run.

Syntax

  REFIID GetIID(void);

Return Value

Returns the IID of the interface on which the method will be run.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also