Table of Contents

Method WaitForSingleObject

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

WaitForSingleObject(IntPtr, uint)

public static extern int WaitForSingleObject(IntPtr hHandle, uint dwMilliseconds)

Parameters

hHandle IntPtr
dwMilliseconds uint

Returns

int