PThreadStartRoutine Delegate

 

Called when a change to the WSC service occurs, as well as when the WSC service is started or stopped.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly:  RealTimeMonitor (in RealTimeMonitor.dll)

public delegate unsigned int PThreadStartRoutine(
	IntPtr lpThreadParameter
)

Parameters

lpThreadParameter
Type: System::IntPtr

A pointer to a variable to be passed as the lpParameter parameter to the function pointed to by the lpCallbackAddress parameter.

Return Value

Type: System::UInt32

Zero if successfull. Otherwise, returns an error code.

Return to top

Community Additions

ADD
Show: