Method | Description | |
---|---|---|
CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint | ||
ColdReset ( ) : uint | ||
HardReset ( ) : void | ||
SoftReset ( ) : uint |
Causes the CE device to soft/warm reset
|
|
rebootDevice ( ) : void |
Method | Description | |
---|---|---|
ExitWindowsEx ( uint dwFlags, uint dwReserved ) : bool | ||
KernelIoControl ( int dwIoControlCode, IntPtr, lpInBuf, int nInBufSize, IntPtr, lpOutBuf, int nOutBufSize, int &lpBytesReturned ) : int | ||
KernelIoControl ( uint dwIoControlCode, IntPtr, lpInBuf, uint nInBufSize, IntPtr, lpOutBuf, uint nOutBufSize, uint &lpBytesReturned ) : uint | ||
SetCleanRebootFlag ( ) : void | ||
SetSystemPowerState ( String psState, Int32, StateFlags, Int32, Options ) : uint |
public static CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint | ||
DeviceType | uint | |
Function | uint | |
Method | uint | |
Access | uint | |
return | uint |