Expand Minimize
This topic has not yet been rated - Rate this topic

MFPERIODICCALLBACK function pointer

Callback function for the MFAddPeriodicCallback function.

Syntax


typedef void ( *MFPERIODICCALLBACK)(
  _In_  IUnknown *pContext
);

Parameters

pContext [in]

Pointer to the IUnknown interface, or NULL. This pointer is specified by the caller in the MFAddPeriodicCallback function.

Return value

This function pointer does not return a value.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfapi.h

See also

Media Foundation Functions
Work Queues

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.