cAudio::cAudioThread Class Reference
List of all members.
Static Public Member Functions |
| static int | SpawnThread (void *start_address(void *), void *arg) |
Detailed Description
Definition at line 19 of file cThread.h.
Member Function Documentation
| int cAudio::cAudioThread::SpawnThread |
( |
void * |
start_addressvoid *, |
|
|
void * |
arg | |
|
) |
| | [static] |
- Parameters:
-
| start_address | The function you want to call |
| arg | Any arguments to pass to the function |
- Returns:
- 0 if successful, otherwise an error
Definition at line 32 of file cThread.cpp.
The documentation for this class was generated from the following files:
- C:/Users/Wildicv/Desktop/cAudio/cAudio/Trunk/Headers/cThread.h
- C:/Users/Wildicv/Desktop/cAudio/cAudio/Trunk/Source/cThread.cpp