| \n |
| Microsoft Invisible Computing |
Default thread implementation
Implements IThread
PITHREAD CThreadNew(
/*in*/ IProcess * pProcess,
/*in*/ THREAD_FUNCTION pStart,
/*in*/ THREAD_ARGUMENT Arg,
/*in*/ ADDR_SIZE StackSize,
/*in,optional*/ PIVMVIEW pVmView
)
The process the new thread belongs to.
Where the thread should start running.
An argument to be passed to the entry point.
The stack size, 0 for default.
The virtual memory view, NULL for physical.
Determines which interfaces an object supports and returns a valid pointer to an interface.
Increments the reference count of the object.
Decrements the reference count of an object. When the count goes to zero, the object is destroyed.
Gets a pointer to the process object that the thread runs in.
Get partially initialized thread going.
Get the previous value set by IThread.SetValue.
Set a thread-specific variable that can be retrieved through IThread.GetValue.
| ©2006 Microsoft Corporation. All rights reserved. | Terms of Use | Privacy Statement | Accessibility | End User License Agreement |