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)

Syntax

public delegate uint PThreadStartRoutine(
    IntPtr lpThreadParameter
)
public delegate unsigned int PThreadStartRoutine(
    IntPtr lpThreadParameter
)
Public Delegate Function PThreadStartRoutine (
    lpThreadParameter As IntPtr
) As UInteger

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.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace

Return to top