This topic has not yet been rated - Rate this topic

FiberProc callback function

Applies to: desktop apps only

An application-defined function used with the CreateFiber function. It serves as the starting address for a fiber. The LPFIBER_START_ROUTINE type defines a pointer to this callback function. FiberProc is a placeholder for the application-defined function name.

Syntax

VOID CALLBACK FiberProc(
  __in  PVOID lpParameter
);

Parameters

lpParameter [in]

The fiber data passed using the lpParameter parameter of the CreateFiber function.

Return value

This function does not return a value.

Examples

For an example, see Using Fibers.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

WinBase.h (include Windows.h)

See also

CreateFiber
Fibers
Process and Thread Functions

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ