sprint 1-alpha
Public Types | Public Member Functions | Public Attributes
sprint::thread_function Struct Reference

win32 thread creation params More...

#include <function.h>

List of all members.

Public Types

typedef DWORD ReturnType
 thread retun type
typedef void * ParamType
 thread param type
typedef LPTHREAD_START_ROUTINE CallBackType
 The callback type supporter by local thread architecture.

Public Member Functions

 thread_function (CallBackType _proc, ParamType _param)

Public Attributes

CallBackType proc
 the callback
ParamType param
 the param passed to callback

Detailed Description

win32 thread creation params


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines