NativeMethods.WaitForInputIdle(Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int WaitForInputIdle(int hProcess, System::UInt32 dwMilliseconds);
public static int WaitForInputIdle (int hProcess, uint dwMilliseconds);
static member WaitForInputIdle : int * uint32 -> int
Public Shared Function WaitForInputIdle (hProcess As Integer, dwMilliseconds As UInteger) As Integer
Parameters
- hProcess
- Int32
- dwMilliseconds
- UInt32