Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

 

 

Show:
© 2017 Microsoft