Desktop Functions: Smart Device Functions:
|
Search Results for "EndTask" in [All]user321: EndTask
2: EndTask
static extern bool EndTask(IntPtr hWnd, bool fShutDown, bool fForce);
Private Shared Function EndTask(hWnd As IntPtr, fShutDown As Boolean, fForce As Boolean) As Boolean
public static extern bool EndTask(IntPtr hWnd, bool fShutDown,bool fForce);
EndTask(this.Handle, true,true);
Public Shared Function EndTask(hWnd As IntPtr, fShutDown As Boolean, fForce As Boolean) As Boolean
EndTask(Me.Handle, True, True) |